From 72f888f181dd6498308a8a7a1102852846e1371b Mon Sep 17 00:00:00 2001 From: "Simon J. Gerraty" Date: Thu, 8 Nov 2012 21:39:00 +0000 Subject: [PATCH] Allow clean at level 0 --- share/mk/bsd.init.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/bsd.init.mk b/share/mk/bsd.init.mk index f5c31a5eb88..b8d540fd238 100644 --- a/share/mk/bsd.init.mk +++ b/share/mk/bsd.init.mk @@ -15,7 +15,7 @@ ____: .MAIN: all .if defined(.PARSEDIR) -.if ${.MAKE.LEVEL:U1} == 0 && ${BUILD_AT_LEVEL0:Uyes:tl} == "no" +.if ${.MAKE.LEVEL:U1} == 0 && ${BUILD_AT_LEVEL0:Uyes:tl} == "no" && !make(clean*) # this tells lib.mk and prog.mk to not actually build anything _SKIP_BUILD = not building at level 0 .endif