Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2014 17:31:07 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r270600 - stable/10
Message-ID:  <201408251731.s7PHV7K2024235@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Mon Aug 25 17:31:06 2014
New Revision: 270600
URL: http://svnweb.freebsd.org/changeset/base/270600

Log:
  Revert r270079 which was MFC of r269688, build libohash while bootstrapping.
  
  The changes to split the ohash code out of m4 into its own library haven't
  been MFC'd, so this change was causing an error during bootstrap when
  building stable-10.
  
  Submitted by:	Dai Sieh <dsieh@dsieh.com>
  Pointy hat to:	ian

Modified:
  stable/10/Makefile.inc1

Modified: stable/10/Makefile.inc1
==============================================================================
--- stable/10/Makefile.inc1	Mon Aug 25 17:30:33 2014	(r270599)
+++ stable/10/Makefile.inc1	Mon Aug 25 17:31:06 2014	(r270600)
@@ -1228,8 +1228,7 @@ _sed=		usr.bin/sed
 .endif
 
 .if ${BOOTSTRAPPING} < 1000002
-_m4=		lib/libohash \
-		usr.bin/m4
+_m4=		usr.bin/m4
 .endif
 
 .if ${BOOTSTRAPPING} < 1000013



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