[Midnightbsd-cvs] src [11504] U trunk/usr.bin/bmake: update config

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jul 7 13:44:17 EDT 2018


Revision: 11504
          http://svnweb.midnightbsd.org/src/?rev=11504
Author:   laffer1
Date:     2018-07-07 13:44:16 -0400 (Sat, 07 Jul 2018)
Log Message:
-----------
update config

Modified Paths:
--------------
    trunk/usr.bin/bmake/Makefile.inc
    trunk/usr.bin/bmake/config.h

Property Changed:
----------------
    trunk/usr.bin/bmake/Makefile.inc
    trunk/usr.bin/bmake/config.h

Modified: trunk/usr.bin/bmake/Makefile.inc
===================================================================
--- trunk/usr.bin/bmake/Makefile.inc	2018-07-07 17:41:37 UTC (rev 11503)
+++ trunk/usr.bin/bmake/Makefile.inc	2018-07-07 17:44:16 UTC (rev 11504)
@@ -1,4 +1,4 @@
-# $FreeBSD: stable/10/usr.bin/bmake/Makefile.inc 288403 2015-09-29 22:00:03Z bdrewery $ 
+# $MidnightBSD$
 
 .include "bsd.own.mk"
 
@@ -30,3 +30,9 @@
 
 WARNS=3
 CFLAGS+= -DNO_PWD_OVERRIDE
+
+.if make(after-import)
+# use our preferred value
+DEFAULT_SYS_PATH= .../share/mk:/usr/share/mk
+.export DEFAULT_SYS_PATH
+.endif


Property changes on: trunk/usr.bin/bmake/Makefile.inc
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/usr.bin/bmake/config.h
===================================================================
--- trunk/usr.bin/bmake/config.h	2018-07-07 17:41:37 UTC (rev 11503)
+++ trunk/usr.bin/bmake/config.h	2018-07-07 17:44:16 UTC (rev 11504)
@@ -1,4 +1,4 @@
-/* $FreeBSD: stable/10/usr.bin/bmake/config.h 292068 2015-12-10 23:44:34Z sjg $ */
+/* $MidnightBSD$ */
 /* config.h.  Generated from config.h.in by configure.  */
 /* config.h.in.  Generated from configure.in by autoheader.  */
 
@@ -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 */
 


Property changes on: trunk/usr.bin/bmake/config.h
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list