Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2013 17:32:14 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r250637 - projects/flex-sf
Message-ID:  <201305141732.r4EHWEGg020063@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Tue May 14 17:32:13 2013
New Revision: 250637
URL: http://svnweb.freebsd.org/changeset/base/250637

Log:
  Add m4 to bootstrap tools for 9.x.  The old version does not support -P
  option, which is necessary for building flex itself.

Modified:
  projects/flex-sf/Makefile.inc1

Modified: projects/flex-sf/Makefile.inc1
==============================================================================
--- projects/flex-sf/Makefile.inc1	Tue May 14 14:16:41 2013	(r250636)
+++ projects/flex-sf/Makefile.inc1	Tue May 14 17:32:13 2013	(r250637)
@@ -1122,6 +1122,9 @@ _sed=		usr.bin/sed
 
 .if ${BOOTSTRAPPING} < 900006
 _lex=		usr.bin/lex
+.endif
+
+.if ${BOOTSTRAPPING} < 1000002
 _m4=		usr.bin/m4
 .endif
 



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