aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-12-08 07:33:11 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-12-08 07:33:11 +0000
commit2bc62d50f6244ae3c3889744957227242428b92b (patch)
tree20406d012e5f02b4630f392cb78c6fbfa1d4363f /Makefile.inc1
parent5df1ec05287a6e389183f958024ced4315dd33d0 (diff)
downloadsrc-2bc62d50f6244ae3c3889744957227242428b92b.tar.gz
src-2bc62d50f6244ae3c3889744957227242428b92b.zip
Build gperf with xdev as part of _xb-bootstrap-tools to unbreak the build
if/when MK_CXX == no and make delete-old has been run on the build host, post-r272849 Tested with the following command: % sudo env MK_CLANG=no MK_CLANG_BOOTSTRAP=no MK_GCC=yes MK_GCC_BOOTSTRAP=yes \ MK_GNUCXX=yes make xdev
Notes
Notes: svn path=/projects/building-blocks/; revision=275600
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 0197da068483..9e5b9801ebce 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2055,7 +2055,8 @@ _xb-worldtmp:
_xb-bootstrap-tools:
.for _tool in \
- ${_clang_tblgen}
+ ${_clang_tblgen} \
+ ${_gperf}
${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
cd ${.CURDIR}/${_tool} && \
${CDMAKE} DIRPRFX=${_tool}/ obj && \