Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2013 01:27:56 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r250632 - projects/flex-sf
Message-ID:  <201305140127.r4E1Ru7S083029@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Tue May 14 01:27:56 2013
New Revision: 250632
URL: http://svnweb.freebsd.org/changeset/base/250632

Log:
  Build m4 as a bootstrap tool only when lex is built.

Modified:
  projects/flex-sf/Makefile.inc1

Modified: projects/flex-sf/Makefile.inc1
==============================================================================
--- projects/flex-sf/Makefile.inc1	Mon May 13 23:48:34 2013	(r250631)
+++ projects/flex-sf/Makefile.inc1	Tue May 14 01:27:56 2013	(r250632)
@@ -1122,6 +1122,7 @@ _sed=		usr.bin/sed
 
 .if ${BOOTSTRAPPING} < 900006
 _lex=		usr.bin/lex
+_m4=		usr.bin/m4
 .endif
 
 .if ${BOOTSTRAPPING} < 1000013
@@ -1138,10 +1139,6 @@ _nmtree=	lib/libnetbsd \
 _cat=		bin/cat
 .endif
 
-.if ${BOOTSTRAPPING} < 1000033
-_m4=		usr.bin/m4
-.endif
-
 .if ${BOOTSTRAPPING} >= 900040 && ${BOOTSTRAPPING} < 900041
 _awk=		usr.bin/awk
 .endif



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