svn commit: r269688 - head

Ian Lepore ian at FreeBSD.org
Thu Aug 7 21:37:03 UTC 2014


Author: ian
Date: Thu Aug  7 21:37:03 2014
New Revision: 269688
URL: http://svnweb.freebsd.org/changeset/base/269688

Log:
  m4 now requires libohash, ensure it gets built when bootstrapping.

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Thu Aug  7 21:06:34 2014	(r269687)
+++ head/Makefile.inc1	Thu Aug  7 21:37:03 2014	(r269688)
@@ -1208,7 +1208,8 @@ _sed=		usr.bin/sed
 .endif
 
 .if ${BOOTSTRAPPING} < 1000002
-_m4=		usr.bin/m4
+_m4=		lib/libohash \
+		usr.bin/m4
 .endif
 
 .if ${BOOTSTRAPPING} < 1000013


More information about the svn-src-head mailing list