commit | 121c2a137767df5f9f301795e7d3757d1af04b21 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Mon May 11 12:50:13 2020 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Tue May 26 00:03:16 2020 +0900 |
tree | a50e6a717fe79f686369c0fe861007ee1693efda | |
parent | 93fdddfefc831981c8cffc3db90275e9b1d8a0e5 [diff] |
kbuild: error out if targets prefixed with '__' are directly run Some targets are internal-use only. It is tedious to care about "what if __build_one_by_one is contained in $(MAKECMDGOALS)?" etc. Prefix internal targets with double underscores. Stop parsing Makefile if they are directly run. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>