Add .NOTMAIN to guard targets
Avoid make mistaking a guard target for the .MAIN one.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
.if !target(__<src.init.mk>__)
|
||||
__<src.init.mk>__:
|
||||
__<src.init.mk>__: .NOTMAIN
|
||||
|
||||
.if !target(buildenv)
|
||||
buildenv: .PHONY
|
||||
|
||||
Reference in New Issue
Block a user