Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 02:40:44 +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: r270079 - stable/10
Message-ID:  <201408170240.s7H2eiYq015451@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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