[Midnightbsd-cvs] src [11514] trunk/usr.bin/bmake/tests: add inc file

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jul 7 15:19:15 EDT 2018


Revision: 11514
          http://svnweb.midnightbsd.org/src/?rev=11514
Author:   laffer1
Date:     2018-07-07 15:19:15 -0400 (Sat, 07 Jul 2018)
Log Message:
-----------
add inc file

Modified Paths:
--------------
    trunk/usr.bin/bmake/tests/Makefile
    trunk/usr.bin/bmake/tests/test-new.mk

Added Paths:
-----------
    trunk/usr.bin/bmake/tests/Makefile.inc

Modified: trunk/usr.bin/bmake/tests/Makefile
===================================================================
--- trunk/usr.bin/bmake/tests/Makefile	2018-07-07 19:18:55 UTC (rev 11513)
+++ trunk/usr.bin/bmake/tests/Makefile	2018-07-07 19:19:15 UTC (rev 11514)
@@ -1,3 +1,4 @@
+# $MidnightBSD$
 # $FreeBSD: stable/10/usr.bin/bmake/tests/Makefile 266074 2014-05-14 18:43:13Z jmmv $
 
 TESTSDIR=	${TESTSBASE}/usr.bin/bmake

Added: trunk/usr.bin/bmake/tests/Makefile.inc
===================================================================
--- trunk/usr.bin/bmake/tests/Makefile.inc	                        (rev 0)
+++ trunk/usr.bin/bmake/tests/Makefile.inc	2018-07-07 19:19:15 UTC (rev 11514)
@@ -0,0 +1,4 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/usr.bin/bmake/tests/Makefile.inc 313791 2017-02-16 05:17:40Z ngie $
+
+SUBDIR_PARALLEL= t


Property changes on: trunk/usr.bin/bmake/tests/Makefile.inc
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/usr.bin/bmake/tests/test-new.mk
===================================================================
--- trunk/usr.bin/bmake/tests/test-new.mk	2018-07-07 19:18:55 UTC (rev 11513)
+++ trunk/usr.bin/bmake/tests/test-new.mk	2018-07-07 19:19:15 UTC (rev 11514)
@@ -1,3 +1,4 @@
+# $MidnightBSD$
 # $FreeBSD: stable/10/usr.bin/bmake/tests/test-new.mk 236339 2012-05-30 22:26:16Z obrien $
 
 NEW_DIR!=	make -C ${.CURDIR}/../../../../usr.bin/make -V .OBJDIR



More information about the Midnightbsd-cvs mailing list