Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Feb 2017 22:51:34 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r313905 - head
Message-ID:  <201702172251.v1HMpY4C057520@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702172251.v1HMpY4C057520>