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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to