summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2015-08-12 16:43:15 +0000
committerWarner Losh <imp@FreeBSD.org>2015-08-12 16:43:15 +0000
commitad38a9d962074b092302ed301cf28613eb34ca63 (patch)
treefcae4c2227a20904b8e58cdfd3fe950a5a043ce9 /Makefile.inc1
parentaf588fdff737b28379a2af0f3d792e033d230e5e (diff)
downloadsrc-test2-ad38a9d962074b092302ed301cf28613eb34ca63.tar.gz
src-test2-ad38a9d962074b092302ed301cf28613eb34ca63.zip
Crunchgen needs to be bootstrapped to pick up the STRIP->STRIPBIN
changes to prevent the 'rescue: not found' errors from happening. Bump FreeBSD_version to 1100078 since there's been no version bumps since this change was made. Only people that installed since r284356 really need to do this bootstrapping, but since crunchgen needs to bootstrap for other reasons, bumping the number was the simplest.
Notes
Notes: svn path=/head/; revision=286672
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 3d0f2324783b..0b60478cd956 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1304,7 +1304,8 @@ _lex= usr.bin/lex
# r277259 crunchide: Correct 64-bit section header offset
# r281674 crunchide: always include both 32- and 64-bit ELF support
-.if ${BOOTSTRAPPING} < 1100071
+# r285986 crunchen: use STRIPBIN rather than STRIP
+.if ${BOOTSTRAPPING} < 1100078
_crunch= usr.sbin/crunch
.endif