an issue with parsing $$
Open
- 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
Assessment
This issue has not been assessed yet.