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 <draym...@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 && \
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to