svn commit: r304217 - head
Bryan Drewery
bdrewery at FreeBSD.org
Tue Aug 16 12:13:13 UTC 2016
Author: bdrewery
Date: Tue Aug 16 12:13:12 2016
New Revision: 304217
URL: https://svnweb.freebsd.org/changeset/base/304217
Log:
Trim unneeded bootstrap after r301470 made 9.1 the minimum supported release.
MFC after: 3 days
Sponsored by: EMC / Isilon Storage Division
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1 Tue Aug 16 11:38:45 2016 (r304216)
+++ head/Makefile.inc1 Tue Aug 16 12:13:12 2016 (r304217)
@@ -1581,10 +1581,6 @@ _groff= gnu/usr.bin/groff \
_vtfontcvt= usr.bin/vtfontcvt
.endif
-.if ${BOOTSTRAPPING} < 900002
-_sed= usr.bin/sed
-.endif
-
.if ${BOOTSTRAPPING} < 1000033
_libopenbsd= lib/libopenbsd
_m4= usr.bin/m4
@@ -1623,10 +1619,6 @@ _crunchide= usr.sbin/crunch/crunchide
_crunchgen= usr.sbin/crunch/crunchgen
.endif
-.if ${BOOTSTRAPPING} >= 900040 && ${BOOTSTRAPPING} < 900041
-_awk= usr.bin/awk
-.endif
-
# r296926 -P keymap search path, MFC to stable/10 in r298297
.if ${BOOTSTRAPPING} < 1003501 || \
(${BOOTSTRAPPING} >= 1100000 && ${BOOTSTRAPPING} < 1100103)
@@ -1694,7 +1686,6 @@ bootstrap-tools: .PHONY
${_gperf} \
${_groff} \
${_dtc} \
- ${_awk} \
${_cat} \
${_dd} \
${_kbdcontrol} \
@@ -1702,7 +1693,6 @@ bootstrap-tools: .PHONY
${_libopenbsd} \
${_makewhatis} \
usr.bin/rpcgen \
- ${_sed} \
${_yacc} \
${_m4} \
${_lex} \
More information about the svn-src-head
mailing list