Bump __FreeBSD_version for the byacc import, and update _bootstrap_tools.
This commit is contained in:
parent
ab27d5d88a
commit
5bfe3851cf
@ -1021,6 +1021,9 @@ _sed= usr.bin/sed
|
|||||||
|
|
||||||
.if ${BOOTSTRAPPING} < 900006
|
.if ${BOOTSTRAPPING} < 900006
|
||||||
_lex= usr.bin/lex
|
_lex= usr.bin/lex
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.if ${BOOTSTRAPPING} < 1000013
|
||||||
_yacc= usr.bin/yacc
|
_yacc= usr.bin/yacc
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
@ -1081,8 +1084,8 @@ bootstrap-tools:
|
|||||||
${_mklocale} \
|
${_mklocale} \
|
||||||
usr.bin/rpcgen \
|
usr.bin/rpcgen \
|
||||||
${_sed} \
|
${_sed} \
|
||||||
${_lex} \
|
|
||||||
${_yacc} \
|
${_yacc} \
|
||||||
|
${_lex} \
|
||||||
usr.bin/xinstall \
|
usr.bin/xinstall \
|
||||||
${_gensnmptree} \
|
${_gensnmptree} \
|
||||||
usr.sbin/config
|
usr.sbin/config
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
* in the range 5 to 9.
|
* in the range 5 to 9.
|
||||||
*/
|
*/
|
||||||
#undef __FreeBSD_version
|
#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,
|
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||||
|
Loading…
Reference in New Issue
Block a user