svn commit: r205867 - stable/7

Doug Barton dougb at FreeBSD.org
Mon Mar 29 22:59:36 UTC 2010


Author: dougb
Date: Mon Mar 29 22:59:35 2010
New Revision: 205867
URL: http://svn.freebsd.org/changeset/base/205867

Log:
  MFC r205290:
  
  MAKE_JUST_WORLDS

Modified:
  stable/7/Makefile   (contents, props changed)

Modified: stable/7/Makefile
==============================================================================
--- stable/7/Makefile	Mon Mar 29 22:52:51 2010	(r205866)
+++ stable/7/Makefile	Mon Mar 29 22:59:35 2010	(r205867)
@@ -295,6 +295,7 @@ universe_${target}:
 	    "check _.${target}.buildworld for details")
 	@echo ">> ${target} buildworld completed on `LC_ALL=C date`"
 .endif
+.if !defined(MAKE_JUST_WORLDS)
 .if exists(${.CURDIR}/sys/${target}/conf/NOTES)
 	@(cd ${.CURDIR}/sys/${target}/conf && env __MAKE_CONF=/dev/null \
 	    ${MAKE} LINT > ${.CURDIR}/_.${target}.makeLINT 2>&1 || \
@@ -310,6 +311,7 @@ universe_${target}:
 	    echo "${target} ${kernel} kernel failed," \
 	    "check _.${target}.${kernel} for details")
 .endfor
+.endif
 	@echo ">> ${target} completed on `LC_ALL=C date`"
 .endfor
 universe: universe_epilogue


More information about the svn-src-all mailing list