svn commit: r275602 - head
Garrett Cooper
ngie at FreeBSD.org
Mon Dec 8 09:09:51 UTC 2014
Author: ngie
Date: Mon Dec 8 09:09:50 2014
New Revision: 275602
URL: https://svnweb.freebsd.org/changeset/base/275602
Log:
Build gperf with xdev as part of _xb-bootstrap-tools
This will unbreak the build when "env MK_CXX=no make delete-old" has been run
on the build host post-r272849
Tested with the following commands:
/bin/sh
export __MAKE_CONF=/dev/null SRCCONF=/dev/null
export MK_CLANG=no MK_CLANG_BOOTSTRAP=no MK_GCC=yes MK_GCC_BOOTSTRAP=yes
export MK_GNUCXX=yes TARGET=armv6 TARGET_ARCH=arm make xdev
make toolchain
make xdev-build
sudo -E make xdev-install
/usr/armv6-freebsd/usr/bin/cc -dumpmachine | grep arm
X-MFC with: r272849
Reported by: Dan Raymond <draymond at foxvalley.net>, gjb
Modified:
head/Makefile.inc1
Directory Properties:
head/ (props changed)
Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1 Mon Dec 8 07:43:02 2014 (r275601)
+++ head/Makefile.inc1 Mon Dec 8 09:09:50 2014 (r275602)
@@ -2039,7 +2039,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 && \
More information about the svn-src-all
mailing list