Author: des
Date: Tue May 22 15:59:07 2012
New Revision: 235788
URL: http://svn.freebsd.org/changeset/base/235788
Log:
Bump __FreeBSD_version for the byacc import, and update _bootstrap_tools.
Modified:
head/Makefile.inc1
head/sys/sys/param.h
Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1 Tue May 22 15:58:27 2012 (r235787)
+++ head/Makefile.inc1 Tue May 22 15:59:07 2012 (r235788)
@@ -1021,6 +1021,9 @@ _sed= usr.bin/sed
.if ${BOOTSTRAPPING} < 900006
_lex= usr.bin/lex
+.endif
+
+.if ${BOOTSTRAPPING} < 1000013
_yacc= usr.bin/yacc
.endif
@@ -1081,8 +1084,8 @@ bootstrap-tools:
${_mklocale} \
usr.bin/rpcgen \
${_sed} \
- ${_lex} \
${_yacc} \
+ ${_lex} \
usr.bin/xinstall \
${_gensnmptree} \
usr.sbin/config
Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h Tue May 22 15:58:27 2012 (r235787)
+++ head/sys/sys/param.h Tue May 22 15:59:07 2012 (r235788)
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1000012 /* Master, propagated to newvers */
+#define __FreeBSD_version 1000013 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"