svn commit: r250632 - projects/flex-sf

Jung-uk Kim jkim at FreeBSD.org
Tue May 14 01:27:56 UTC 2013


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


More information about the svn-src-projects mailing list