svn commit: r245754 - head
Brooks Davis
brooks at FreeBSD.org
Mon Jan 21 23:12:51 UTC 2013
Author: brooks
Date: Mon Jan 21 23:12:50 2013
New Revision: 245754
URL: http://svnweb.freebsd.org/changeset/base/245754
Log:
Always bootstrap nmtree if it is not available on the host. It is fairly
small and it is quite annoying to get all the way through buildworld
only to discover that you forgot the DB_FROM_SRC (or soon NO_ROOT)
option.
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1 Mon Jan 21 22:54:43 2013 (r245753)
+++ head/Makefile.inc1 Mon Jan 21 23:12:50 2013 (r245754)
@@ -1072,7 +1072,7 @@ _lex= usr.bin/lex
_yacc= usr.bin/yacc
.endif
-.if defined(DB_FROM_SRC) && ${BOOTSTRAPPING} < 1000026
+.if ${BOOTSTRAPPING} < 1000026
_nmtree= lib/libnetbsd \
usr.sbin/nmtree
.endif
More information about the svn-src-head
mailing list