summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-08-12 16:43:15 +0000
committerimp <imp@FreeBSD.org>2015-08-12 16:43:15 +0000
commit3fdba857035335d446404d9a60892cfc8cc5f338 (patch)
treefcae4c2227a20904b8e58cdfd3fe950a5a043ce9 /Makefile.inc1
parent5467ccf28f39f8cec36a76f664784b7a1b03a33e (diff)
downloadFreeBSD-src-3fdba857035335d446404d9a60892cfc8cc5f338.zip
FreeBSD-src-3fdba857035335d446404d9a60892cfc8cc5f338.tar.gz
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.
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 3d0f232..0b60478 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
OpenPOWER on IntegriCloud