svn commit: r237282 - head/usr.bin/make

David E. O'Brien obrien at FreeBSD.org
Wed Jun 20 00:37:01 UTC 2012


Author: obrien
Date: Wed Jun 20 00:37:00 2012
New Revision: 237282
URL: http://svn.freebsd.org/changeset/base/237282

Log:
  Correct typo in version.

Modified:
  head/usr.bin/make/Makefile

Modified: head/usr.bin/make/Makefile
==============================================================================
--- head/usr.bin/make/Makefile	Wed Jun 20 00:17:29 2012	(r237281)
+++ head/usr.bin/make/Makefile	Wed Jun 20 00:37:00 2012	(r237282)
@@ -15,7 +15,7 @@ NO_SHARED?=	YES
 .endif
 
 # Version has the RYYYYMMDDX format, where R is from RELENG_<R>
-CFLAGS+=-DMAKE_VERSION=\"10201120530\"
+CFLAGS+=-DMAKE_VERSION=\"10201205300\"
 
 # There is no obvious performance improvement currently.
 # CFLAGS+=-DUSE_KQUEUE


More information about the svn-src-all mailing list