Author: marcel
Date: Sat May 19 02:08:52 2012
New Revision: 235637
URL: http://svn.freebsd.org/changeset/base/235637

Log:
  Fix bootstrapping from FreeBSD 7.x: we also need to build ar.

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Fri May 18 23:29:30 2012        (r235636)
+++ head/Makefile.inc1  Sat May 19 02:08:52 2012        (r235637)
@@ -1007,6 +1007,10 @@ _gperf=          gnu/usr.bin/gperf
 _groff=                gnu/usr.bin/groff
 .endif
 
+.if ${BOOTSTRAPPING} < 800022
+_ar=           usr.bin/ar
+.endif
+
 .if ${BOOTSTRAPPING} < 800013
 _mklocale=     usr.bin/mklocale
 .endif
@@ -1069,6 +1073,7 @@ bootstrap-tools:
     ${_strfile} \
     ${_gperf} \
     ${_groff} \
+    ${_ar} \
     ${_dtc} \
     ${_awk} \
     usr.bin/lorder \
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to