google / google/kati

an issue with parsing $$

Open
#142 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
1k
Forks
132
Avg merge
11m
Merged PRs (30d)
1

Description

Kati does not seem to handle below case.

func = lib$(1)$(2)
bar := -lc -lm
$(eval foo := $(bar:-l%=$$(call func,%,.so)))
mylib:
@echo $(foo)

Expected output is
libc.so libm.so

Kati fails with following error.
makefile:3: *** unterminated call to function 'call': missing ')'.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.