Avoid anoying warning
This commit is contained in:
parent
8d769a021c
commit
71c66d9edc
@ -20,7 +20,7 @@ __<bsd.init.mk>__:
|
||||
# this tells lib.mk and prog.mk to not actually build anything
|
||||
_SKIP_BUILD = not building at level 0
|
||||
.endif
|
||||
.if !empty(_SKIP_BUILD)
|
||||
.if ${.MAKE.LEVEL} > 0 && !empty(_SKIP_BUILD)
|
||||
.warning ${_SKIP_BUILD}
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user