Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2013 05:11:32 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r257838 - head
Message-ID:  <201311080511.rA85BWAB027760@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 "--------------------------------------------------------------"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311080511.rA85BWAB027760>