svn commit: r304497 - releng/11.0

Bryan Drewery bdrewery at FreeBSD.org
Fri Aug 19 19:30:01 UTC 2016


Author: bdrewery
Date: Fri Aug 19 19:30:00 2016
New Revision: 304497
URL: https://svnweb.freebsd.org/changeset/base/304497

Log:
  MFS r304475:
  
    MFC r304217:
  
      Trim unneeded bootstrap after r301470 made 9.1 the minimum supported
      release.
  
  Approved by:	re (gjb)

Modified:
  releng/11.0/Makefile.inc1
Directory Properties:
  releng/11.0/   (props changed)

Modified: releng/11.0/Makefile.inc1
==============================================================================
--- releng/11.0/Makefile.inc1	Fri Aug 19 19:26:16 2016	(r304496)
+++ releng/11.0/Makefile.inc1	Fri Aug 19 19:30:00 2016	(r304497)
@@ -1579,10 +1579,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
@@ -1621,10 +1617,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)
@@ -1692,7 +1684,6 @@ bootstrap-tools: .PHONY
     ${_gperf} \
     ${_groff} \
     ${_dtc} \
-    ${_awk} \
     ${_cat} \
     ${_dd} \
     ${_kbdcontrol} \
@@ -1700,7 +1691,6 @@ bootstrap-tools: .PHONY
     ${_libopenbsd} \
     ${_makewhatis} \
     usr.bin/rpcgen \
-    ${_sed} \
     ${_yacc} \
     ${_m4} \
     ${_lex} \


More information about the svn-src-all mailing list