Doesn't work with $(MAKEFILE_LIST)
Open
- Dominant language
- Python
- Stars
- 11
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Example of files that do not work:
Makefile:
dir_self := $(dir $(lastword $(MAKEFILE_LIST)))
include $(dir_self)/dir/Makefile2
dir/Makefile2:
target:
echo Making target
from the directory of Makefile:
make target <- works as expected, performs echo
from the directory of Makefile:
profile_make target <- Does not work
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.