svn commit: r241364 - stable/9/usr.bin/make

David E. O'Brien obrien at FreeBSD.org
Tue Oct 9 02:52:57 UTC 2012


Author: obrien
Date: Tue Oct  9 02:52:56 2012
New Revision: 241364
URL: http://svn.freebsd.org/changeset/base/241364

Log:
  Update MAKE_VERSION for r237100.

Modified:
  stable/9/usr.bin/make/Makefile

Modified: stable/9/usr.bin/make/Makefile
==============================================================================
--- stable/9/usr.bin/make/Makefile	Tue Oct  9 01:31:03 2012	(r241363)
+++ stable/9/usr.bin/make/Makefile	Tue Oct  9 02:52:56 2012	(r241364)
@@ -15,7 +15,7 @@ NO_SHARED?=	YES
 .endif
 
 # Version has the RYYYYMMDDX format, where R is from RELENG_<R>
-CFLAGS+=-DMAKE_VERSION=\"9201120530\"
+CFLAGS+=-DMAKE_VERSION=\"9201206140\"
 
 # There is no obvious performance improvement currently.
 # CFLAGS+=-DUSE_KQUEUE


More information about the svn-src-all mailing list