svn commit: r280341 - stable/10

Garrett Cooper ngie at FreeBSD.org
Sun Mar 22 08:47:36 UTC 2015


Author: ngie
Date: Sun Mar 22 08:47:35 2015
New Revision: 280341
URL: https://svnweb.freebsd.org/changeset/base/280341

Log:
  Remove dependency between usr.bin/m4 and lib/libohash
  
  libohash doesn't exist on stable/10 (only head)
  
  Not sure why my make buildworld didn't catch any issues
  
  This is a direct commit to stable/10 as a followup to r280340

Modified:
  stable/10/Makefile.inc1

Modified: stable/10/Makefile.inc1
==============================================================================
--- stable/10/Makefile.inc1	Sun Mar 22 08:42:44 2015	(r280340)
+++ stable/10/Makefile.inc1	Sun Mar 22 08:47:35 2015	(r280341)
@@ -1250,8 +1250,6 @@ _sed=		usr.bin/sed
 
 .if ${BOOTSTRAPPING} < 1000002
 _m4=		usr.bin/m4
-
-${_bt}-usr.bin/m4: ${_bt}-lib/libohash
 .endif
 
 .if ${BOOTSTRAPPING} < 1000013


More information about the svn-src-all mailing list