svn commit: r270079 - stable/10

Ian Lepore ian at FreeBSD.org
Sun Aug 17 02:40:45 UTC 2014


Author: ian
Date: Sun Aug 17 02:40:44 2014
New Revision: 270079
URL: http://svnweb.freebsd.org/changeset/base/270079

Log:
  MFC r269688: m4 now requires libohash, build it when bootstrapping.

Modified:
  stable/10/Makefile.inc1
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/Makefile.inc1
==============================================================================
--- stable/10/Makefile.inc1	Sun Aug 17 01:59:54 2014	(r270078)
+++ stable/10/Makefile.inc1	Sun Aug 17 02:40:44 2014	(r270079)
@@ -1219,7 +1219,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-all mailing list