gojuno / gojuno/make-profiler

Doesn't work with $(MAKEFILE_LIST)

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.