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
This commit is contained in:
Enji Cooper 2014-12-08 07:33:11 +00:00
parent 5df1ec0528
commit 2bc62d50f6

View File

@ -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 && \