svn commit: r286672 - in head: . sys/sys

Warner Losh imp at FreeBSD.org
Wed Aug 12 16:43:16 UTC 2015


Author: imp
Date: Wed Aug 12 16:43:15 2015
New Revision: 286672
URL: https://svnweb.freebsd.org/changeset/base/286672

Log:
  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.

Modified:
  head/Makefile.inc1
  head/sys/sys/param.h

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Wed Aug 12 16:22:10 2015	(r286671)
+++ head/Makefile.inc1	Wed Aug 12 16:43:15 2015	(r286672)
@@ -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
 

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Wed Aug 12 16:22:10 2015	(r286671)
+++ head/sys/sys/param.h	Wed Aug 12 16:43:15 2015	(r286672)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1100077	/* Master, propagated to newvers */
+#define __FreeBSD_version 1100078	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list