summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2016-06-08 17:51:21 +0000
committersjg <sjg@FreeBSD.org>2016-06-08 17:51:21 +0000
commit40b0d2c4e53b744bec6a0948f1445f6083b871ec (patch)
tree56122b5c8140a0bf6027aed1c35467390a3cfad5 /usr.bin
parent9c33c8f38a611cd237ba6ea77def0b0928ddb50e (diff)
downloadFreeBSD-src-40b0d2c4e53b744bec6a0948f1445f6083b871ec.zip
FreeBSD-src-40b0d2c4e53b744bec6a0948f1445f6083b871ec.tar.gz
Merge bmake-20160606
o dir.c: extend mtimes cache to others via cached_stat()
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/bmake/Makefile4
-rw-r--r--usr.bin/bmake/config.h7
2 files changed, 7 insertions, 4 deletions
diff --git a/usr.bin/bmake/Makefile b/usr.bin/bmake/Makefile
index c0c940e..a748a9b 100644
--- a/usr.bin/bmake/Makefile
+++ b/usr.bin/bmake/Makefile
@@ -14,10 +14,10 @@ CFLAGS+= -I${.CURDIR}
CLEANDIRS+= FreeBSD
CLEANFILES+= bootstrap
-# $Id: Makefile,v 1.66 2016/06/04 22:21:15 sjg Exp $
+# $Id: Makefile,v 1.67 2016/06/07 00:46:12 sjg Exp $
# Base version on src date
-_MAKE_VERSION= 20160604
+_MAKE_VERSION= 20160606
PROG?= ${.CURDIR:T}
diff --git a/usr.bin/bmake/config.h b/usr.bin/bmake/config.h
index 6119dcf..7a47d4c 100644
--- a/usr.bin/bmake/config.h
+++ b/usr.bin/bmake/config.h
@@ -245,7 +245,7 @@
#define PACKAGE_NAME "bmake"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "bmake 20151022"
+#define PACKAGE_STRING "bmake 20160606"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "bmake"
@@ -254,7 +254,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "20151022"
+#define PACKAGE_VERSION "20160606"
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
@@ -326,6 +326,9 @@
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
+/* Define to `int' if <sys/types.h> does not define. */
+/* #undef mode_t */
+
/* Define to `long int' if <sys/types.h> does not define. */
/* #undef off_t */
OpenPOWER on IntegriCloud