Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Dec 2014 09:09:51 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r275602 - head
Message-ID:  <201412080909.sB899phe082525@svn.freebsd.org>

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



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