summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2012-05-30 22:23:08 +0000
committerobrien <obrien@FreeBSD.org>2012-05-30 22:23:08 +0000
commit71a59e133691abcd6f586cd98889df75d6c7ef32 (patch)
tree4b421920429bb41cfa14b0713f37dec96f9c092b /usr.bin/make/Makefile
parent928a481c653a909ac1f7811c68a12a3f7360a679 (diff)
downloadFreeBSD-src-71a59e133691abcd6f586cd98889df75d6c7ef32.zip
FreeBSD-src-71a59e133691abcd6f586cd98889df75d6c7ef32.tar.gz
Deprecate the FreeBSD make's ":U" (to-upper case) and ":L" (to-lower case)
modifiers for ":tu" and ":tl" from OSF's ODE, which made its way into NetBSD's make, which is the source for the Portable Berkeley Make. Submitted by: Simon Gerraty <sjg@juniper.net>
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index 670e524..9afaa57 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -15,7 +15,7 @@ NO_SHARED?= YES
.endif
# Version has the RYYYYMMDDX format, where R is from RELENG_<R>
-CFLAGS+=-DMAKE_VERSION=\"5201111300\"
+CFLAGS+=-DMAKE_VERSION=\"10201120530\"
# There is no obvious performance improvement currently.
# CFLAGS+=-DUSE_KQUEUE
OpenPOWER on IntegriCloud