Date: Thu, 7 Aug 2014 21:37:03 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r269688 - head Message-ID: <53e3f17f.2e4b.79076202@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e3f17f.2e4b.79076202>