Author: bdrewery
Date: Sat May 20 17:09:27 2017
New Revision: 318579
URL: https://svnweb.freebsd.org/changeset/base/318579

Log:
  MFC r317863:
  
    Fix some "don't build" optimizations from r308599 not working due to a typo.

Modified:
  stable/11/share/mk/bsd.init.mk
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/mk/bsd.init.mk
==============================================================================
--- stable/11/share/mk/bsd.init.mk      Sat May 20 16:58:48 2017        
(r318578)
+++ stable/11/share/mk/bsd.init.mk      Sat May 20 17:09:27 2017        
(r318579)
@@ -29,7 +29,7 @@ __<bsd.init.mk>__:
 .if ${MK_DIRDEPS_BUILD} == "yes" && ${.MAKE.LEVEL:U1} == 0 && \
     ${BUILD_AT_LEVEL0:Uyes:tl} == "no" && !make(clean*)
 _SKIP_BUILD=   not building at level 0
-.elseif !empty(.MAKEFLAGS:M-V${_V_DO_BUILD}) || \
+.elif !empty(.MAKEFLAGS:M-V${_V_DO_BUILD}) || \
     ${.TARGETS:M*install*} == ${.TARGETS} || \
     make(clean*) || make(obj) || make(analyze) || make(print-dir) || \
     make(destroy*)
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to