[Midnightbsd-cvs] src [7288] trunk/Makefile.inc1: patch order that we build kerberos and m4 for bootstraping from a release before 0.7
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 30 12:41:33 EDT 2015
Revision: 7288
http://svnweb.midnightbsd.org/src/?rev=7288
Author: laffer1
Date: 2015-08-30 12:41:33 -0400 (Sun, 30 Aug 2015)
Log Message:
-----------
patch order that we build kerberos and m4 for bootstraping from a release before 0.7
Modified Paths:
--------------
trunk/Makefile.inc1
Modified: trunk/Makefile.inc1
===================================================================
--- trunk/Makefile.inc1 2015-08-30 16:40:28 UTC (rev 7287)
+++ trunk/Makefile.inc1 2015-08-30 16:41:33 UTC (rev 7288)
@@ -1064,6 +1064,7 @@
bootstrap-tools:
.for _tool in \
${_clang_tblgen} \
+ ${_kerberos5_bootstrap_tools} \
${_dtrace_tools} \
${_strfile} \
${_gperf} \
@@ -1077,7 +1078,9 @@
usr.bin/rpcgen \
${_sed} \
${_yacc} \
+ ${_m4} \
${_lex} \
+ lib/libmd \
usr.bin/xinstall \
${_gensnmptree} \
usr.sbin/config \
More information about the Midnightbsd-cvs
mailing list