Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2015 16:02:50 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r281659 - head
Message-ID:  <201504171602.t3HG2omY045638@svn.freebsd.org>

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



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