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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
