svn commit: r246092 - head

Brooks Davis brooks at FreeBSD.org
Tue Jan 29 20:28:12 UTC 2013


Author: brooks
Date: Tue Jan 29 20:28:11 2013
New Revision: 246092
URL: http://svnweb.freebsd.org/changeset/base/246092

Log:
  Fix installworld when the host does not need to bootstrap nmtree.
  
  Reported by:	lev, jmg

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Tue Jan 29 20:05:16 2013	(r246091)
+++ head/Makefile.inc1	Tue Jan 29 20:28:11 2013	(r246092)
@@ -673,7 +673,7 @@ _zoneinfo=	zic tzsetup
 
 ITOOLS=	[ awk cap_mkdb cat chflags chmod chown \
 	date echo egrep find grep id install ${_install-info} \
-	ln lockf make mkdir mtree mv pwd_mkdb rm sed sh sysctl \
+	ln lockf make mkdir mtree mv nmtree pwd_mkdb rm sed sh sysctl \
 	test true uname wc ${_zoneinfo}
 
 #


More information about the svn-src-all mailing list