svn commit: r205817 - stable/8

Doug Barton dougb at FreeBSD.org
Mon Mar 29 01:24:22 UTC 2010


Author: dougb
Date: Mon Mar 29 01:24:20 2010
New Revision: 205817
URL: http://svn.freebsd.org/changeset/base/205817

Log:
  MFC r205290:
  
  MAKE_JUST_WORLDS

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

Modified: stable/8/Makefile
==============================================================================
--- stable/8/Makefile	Mon Mar 29 00:39:09 2010	(r205816)
+++ stable/8/Makefile	Mon Mar 29 01:24:20 2010	(r205817)
@@ -310,6 +310,7 @@ universe_${target}:
 	    "check _.${target}.buildworld for details" | ${MAKEFAIL}))
 	@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 || \
@@ -318,6 +319,7 @@ universe_${target}:
 .endif
 	@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} TARGET=${target} \
 	    universe_kernels
+.endif
 	@echo ">> ${target} completed on `LC_ALL=C date`"
 .endfor
 universe_kernels: universe_kernconfs


More information about the svn-src-all mailing list