Author: emaste
Date: Fri Apr 17 16:02:49 2015
New Revision: 281659
URL: https://svnweb.freebsd.org/changeset/base/281659

Log:
  Bump crunch BOOTSTRAPPING for ELF header offset fix in r277557

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Fri Apr 17 15:55:13 2015        (r281658)
+++ head/Makefile.inc1  Fri Apr 17 16:02:49 2015        (r281659)
@@ -1281,10 +1281,6 @@ _m4=             lib/libohash \
 ${_bt}-usr.bin/m4: ${_bt}-lib/libohash
 .endif
 
-.if ${BOOTSTRAPPING} < 1000014
-_crunch=       usr.sbin/crunch
-.endif
-
 .if ${BOOTSTRAPPING} < 1000026
 _nmtree=       lib/libnetbsd \
                usr.sbin/nmtree
@@ -1300,6 +1296,10 @@ _cat=            bin/cat
 _lex=          usr.bin/lex
 .endif
 
+.if ${BOOTSTRAPPING} < 1001507
+_crunch=       usr.sbin/crunch
+.endif
+
 .if ${BOOTSTRAPPING} >= 900040 && ${BOOTSTRAPPING} < 900041
 _awk=          usr.bin/awk
 .endif
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to