svn commit: r257838 - head

Ian Lepore ian at FreeBSD.org
Fri Nov 8 05:11:33 UTC 2013


Author: ian
Date: Fri Nov  8 05:11:32 2013
New Revision: 257838
URL: http://svnweb.freebsd.org/changeset/base/257838

Log:
  Build kernel tools along with other tools during world build, as well as
  during kernel build (if they didn't get done with world).  This will make
  -DMODULES_WITH_WORLD work, and it ensures the kernel tools are built
  as part of 'make kernel-toolchain'.

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Fri Nov  8 03:02:42 2013	(r257837)
+++ head/Makefile.inc1	Fri Nov  8 05:11:32 2013	(r257838)
@@ -540,6 +540,7 @@ _cross-tools:
 	@echo ">>> stage 3: cross tools"
 	@echo "--------------------------------------------------------------"
 	${_+_}cd ${.CURDIR}; ${XMAKE} cross-tools
+	${_+_}cd ${.CURDIR}; ${XMAKE} kernel-tools
 _includes:
 	@echo
 	@echo "--------------------------------------------------------------"


More information about the svn-src-all mailing list