svn commit: r313905 - head
Bryan Drewery
bdrewery at FreeBSD.org
Fri Feb 17 22:51:36 UTC 2017
Author: bdrewery
Date: Fri Feb 17 22:51:34 2017
New Revision: 313905
URL: https://svnweb.freebsd.org/changeset/base/313905
Log:
xdev: Build yacc which is needed for recent libpcap updates.
MFC after: 2 weeks
Sponsored by: Dell EMC Isilon
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1 Fri Feb 17 22:51:21 2017 (r313904)
+++ head/Makefile.inc1 Fri Feb 17 22:51:34 2017 (r313905)
@@ -2547,7 +2547,8 @@ _xb-worldtmp: .PHONY
_xb-bootstrap-tools: .PHONY
.for _tool in \
${_clang_tblgen} \
- ${_gperf}
+ ${_gperf} \
+ ${_yacc}
${_+_}@${ECHODIR} "===> ${_tool} (obj,all,install)"; \
cd ${.CURDIR}/${_tool}; \
${CDMAKE} DIRPRFX=${_tool}/ obj; \
More information about the svn-src-all
mailing list