svn commit: r270600 - stable/10

Ian Lepore ian at FreeBSD.org
Mon Aug 25 17:31:07 UTC 2014


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 at 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


More information about the svn-src-stable mailing list