Add .NOTMAIN to guard targets

Avoid make mistaking a guard target for the .MAIN one.
This commit is contained in:
Simon J. Gerraty
2025-04-19 12:57:41 -07:00
parent a9f5dcf829
commit cf5f0744cd
24 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.if !target(__<src.init.mk>__)
__<src.init.mk>__:
__<src.init.mk>__: .NOTMAIN
.if !target(buildenv)
buildenv: .PHONY