Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make/unit-tests make(1): use consistent RCS Id in te...



details:   https://anonhg.NetBSD.org/src/rev/b0e73ce6b716
branches:  trunk
changeset: 941565:b0e73ce6b716
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Oct 24 08:34:59 2020 +0000

description:
make(1): use consistent RCS Id in test files

diffstat:

 usr.bin/make/unit-tests/cond1.mk        |  2 +-
 usr.bin/make/unit-tests/doterror.mk     |  2 +-
 usr.bin/make/unit-tests/error.mk        |  2 +-
 usr.bin/make/unit-tests/escape.mk       |  2 +-
 usr.bin/make/unit-tests/export-all.mk   |  2 +-
 usr.bin/make/unit-tests/export-env.mk   |  2 +-
 usr.bin/make/unit-tests/export.mk       |  2 +-
 usr.bin/make/unit-tests/forloop.mk      |  2 +-
 usr.bin/make/unit-tests/forsubst.mk     |  2 +-
 usr.bin/make/unit-tests/moderrs.mk      |  2 +-
 usr.bin/make/unit-tests/modmisc.mk      |  2 +-
 usr.bin/make/unit-tests/modts.mk        |  1 +
 usr.bin/make/unit-tests/modword.mk      |  2 +-
 usr.bin/make/unit-tests/phony-end.mk    |  2 +-
 usr.bin/make/unit-tests/posix.mk        |  2 +-
 usr.bin/make/unit-tests/qequals.mk      |  2 +-
 usr.bin/make/unit-tests/sunshcmd.mk     |  2 ++
 usr.bin/make/unit-tests/sysv.mk         |  2 +-
 usr.bin/make/unit-tests/ternary.mk      |  1 +
 usr.bin/make/unit-tests/unexport-env.mk |  2 +-
 usr.bin/make/unit-tests/unexport.mk     |  2 +-
 usr.bin/make/unit-tests/varcmd.mk       |  2 +-
 usr.bin/make/unit-tests/varmisc.mk      |  2 +-
 usr.bin/make/unit-tests/varshell.mk     |  2 +-
 24 files changed, 25 insertions(+), 21 deletions(-)

diffs (214 lines):

diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/cond1.mk
--- a/usr.bin/make/unit-tests/cond1.mk  Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/cond1.mk  Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: cond1.mk,v 1.1 2014/08/21 13:44:51 apb Exp $
+# $NetBSD: cond1.mk,v 1.2 2020/10/24 08:34:59 rillig Exp $
 
 # hard code these!
 TEST_UNAME_S= NetBSD
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/doterror.mk
--- a/usr.bin/make/unit-tests/doterror.mk       Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/doterror.mk       Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: doterror.mk,v 1.1 2014/08/21 13:44:51 apb Exp $
+# $NetBSD: doterror.mk,v 1.2 2020/10/24 08:34:59 rillig Exp $
 
 
 .BEGIN:
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/error.mk
--- a/usr.bin/make/unit-tests/error.mk  Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/error.mk  Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: error.mk,v 1.1 2014/08/21 13:44:51 apb Exp $
+# $NetBSD: error.mk,v 1.2 2020/10/24 08:34:59 rillig Exp $
 
 .info just FYI
 .warning this could be serious
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/escape.mk
--- a/usr.bin/make/unit-tests/escape.mk Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/escape.mk Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: escape.mk,v 1.11 2020/01/07 20:50:12 rillig Exp $
+# $NetBSD: escape.mk,v 1.12 2020/10/24 08:34:59 rillig Exp $
 #
 # Test backslash escaping.
 
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/export-all.mk
--- a/usr.bin/make/unit-tests/export-all.mk     Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/export-all.mk     Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: export-all.mk,v 1.3 2020/07/27 19:45:56 rillig Exp $
+# $NetBSD: export-all.mk,v 1.4 2020/10/24 08:34:59 rillig Exp $
 
 UT_OK=good
 UT_F=fine
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/export-env.mk
--- a/usr.bin/make/unit-tests/export-env.mk     Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/export-env.mk     Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: export-env.mk,v 1.2 2016/02/18 20:25:08 sjg Exp $
+# $NetBSD: export-env.mk,v 1.3 2020/10/24 08:34:59 rillig Exp $
 
 # our normal .export, subsequent changes affect the environment
 UT_TEST=this
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/export.mk
--- a/usr.bin/make/unit-tests/export.mk Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/export.mk Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: export.mk,v 1.7 2020/10/17 16:53:26 rillig Exp $
+# $NetBSD: export.mk,v 1.8 2020/10/24 08:34:59 rillig Exp $
 
 UT_TEST=export
 UT_FOO=foo${BAR}
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/forloop.mk
--- a/usr.bin/make/unit-tests/forloop.mk        Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/forloop.mk        Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: forloop.mk,v 1.3 2020/09/02 05:36:58 rillig Exp $
+# $NetBSD: forloop.mk,v 1.4 2020/10/24 08:34:59 rillig Exp $
 
 all: for-loop
 
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/forsubst.mk
--- a/usr.bin/make/unit-tests/forsubst.mk       Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/forsubst.mk       Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: forsubst.mk,v 1.1 2014/08/21 13:44:51 apb Exp $
+# $NetBSD: forsubst.mk,v 1.2 2020/10/24 08:34:59 rillig Exp $
 
 all: for-subst
 
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/moderrs.mk
--- a/usr.bin/make/unit-tests/moderrs.mk        Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/moderrs.mk        Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: moderrs.mk,v 1.15 2020/08/25 20:49:40 rillig Exp $
+# $NetBSD: moderrs.mk,v 1.16 2020/10/24 08:34:59 rillig Exp $
 #
 # various modifier error tests
 
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/modmisc.mk
--- a/usr.bin/make/unit-tests/modmisc.mk        Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/modmisc.mk        Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: modmisc.mk,v 1.46 2020/08/23 15:18:43 rillig Exp $
+# $NetBSD: modmisc.mk,v 1.47 2020/10/24 08:34:59 rillig Exp $
 #
 # miscellaneous modifier tests
 
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/modts.mk
--- a/usr.bin/make/unit-tests/modts.mk  Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/modts.mk  Sat Oct 24 08:34:59 2020 +0000
@@ -1,3 +1,4 @@
+# $NetBSD: modts.mk,v 1.6 2020/10/24 08:34:59 rillig Exp $
 
 LIST= one two three
 LIST+= four five six
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/modword.mk
--- a/usr.bin/make/unit-tests/modword.mk        Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/modword.mk        Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: modword.mk,v 1.1 2014/08/21 13:44:51 apb Exp $
+# $NetBSD: modword.mk,v 1.2 2020/10/24 08:34:59 rillig Exp $
 #
 # Test behaviour of new :[] modifier
 
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/phony-end.mk
--- a/usr.bin/make/unit-tests/phony-end.mk      Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/phony-end.mk      Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: phony-end.mk,v 1.1 2014/08/21 13:44:51 apb Exp $
+# $NetBSD: phony-end.mk,v 1.2 2020/10/24 08:34:59 rillig Exp $
 
 all ok also.ok bug phony:
        @echo '${.TARGET .PREFIX .IMPSRC:L:@v@$v="${$v}"@}'
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/posix.mk
--- a/usr.bin/make/unit-tests/posix.mk  Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/posix.mk  Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: posix.mk,v 1.1 2014/08/21 13:44:51 apb Exp $
+# $NetBSD: posix.mk,v 1.2 2020/10/24 08:34:59 rillig Exp $
 
 all:   x plus subs err
 
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/qequals.mk
--- a/usr.bin/make/unit-tests/qequals.mk        Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/qequals.mk        Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: qequals.mk,v 1.1 2014/08/21 13:44:51 apb Exp $
+# $NetBSD: qequals.mk,v 1.2 2020/10/24 08:34:59 rillig Exp $
 
 M= i386
 V.i386= OK
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/sunshcmd.mk
--- a/usr.bin/make/unit-tests/sunshcmd.mk       Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/sunshcmd.mk       Sat Oct 24 08:34:59 2020 +0000
@@ -1,3 +1,5 @@
+# $NetBSD: sunshcmd.mk,v 1.2 2020/10/24 08:34:59 rillig Exp $
+
 BYECMD         = echo bye
 LATERCMD       = echo later
 TEST1 :sh      = echo hello
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/sysv.mk
--- a/usr.bin/make/unit-tests/sysv.mk   Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/sysv.mk   Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: sysv.mk,v 1.13 2020/08/23 14:52:06 rillig Exp $
+# $NetBSD: sysv.mk,v 1.14 2020/10/24 08:34:59 rillig Exp $
 
 all: foo fun sam bla
 
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/ternary.mk
--- a/usr.bin/make/unit-tests/ternary.mk        Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/ternary.mk        Sat Oct 24 08:34:59 2020 +0000
@@ -1,3 +1,4 @@
+# $NetBSD: ternary.mk,v 1.2 2020/10/24 08:34:59 rillig Exp $
 
 all:
        @for x in "" A= A=42; do ${.MAKE} -f ${MAKEFILE} show $$x; done
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/unexport-env.mk
--- a/usr.bin/make/unit-tests/unexport-env.mk   Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/unexport-env.mk   Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: unexport-env.mk,v 1.2 2020/07/27 19:45:56 rillig Exp $
+# $NetBSD: unexport-env.mk,v 1.3 2020/10/24 08:34:59 rillig Exp $
 
 # pick up a bunch of exported vars
 FILTER_CMD=    grep ^UT_
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/unexport.mk
--- a/usr.bin/make/unit-tests/unexport.mk       Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/unexport.mk       Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: unexport.mk,v 1.3 2020/08/08 13:00:07 rillig Exp $
+# $NetBSD: unexport.mk,v 1.4 2020/10/24 08:34:59 rillig Exp $
 
 # pick up a bunch of exported vars
 FILTER_CMD=    grep ^UT_
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/varcmd.mk
--- a/usr.bin/make/unit-tests/varcmd.mk Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/varcmd.mk Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: varcmd.mk,v 1.3 2017/12/08 03:36:42 sjg Exp $
+# $NetBSD: varcmd.mk,v 1.4 2020/10/24 08:34:59 rillig Exp $
 #
 # Test behaviour of recursive make and vars set on command line.
 
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/varmisc.mk
--- a/usr.bin/make/unit-tests/varmisc.mk        Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/varmisc.mk        Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: varmisc.mk,v 1.23 2020/08/31 16:20:00 sjg Exp $
+# $NetBSD: varmisc.mk,v 1.24 2020/10/24 08:34:59 rillig Exp $
 #
 # Miscellaneous variable tests.
 
diff -r 55dda7ba1194 -r b0e73ce6b716 usr.bin/make/unit-tests/varshell.mk
--- a/usr.bin/make/unit-tests/varshell.mk       Sat Oct 24 07:21:01 2020 +0000
+++ b/usr.bin/make/unit-tests/varshell.mk       Sat Oct 24 08:34:59 2020 +0000
@@ -1,4 +1,4 @@
-# $Id: varshell.mk,v 1.2 2015/04/10 20:41:59 sjg Exp $
+# $NetBSD: varshell.mk,v 1.3 2020/10/24 08:34:59 rillig Exp $
 #
 # Test VAR != shell command
 



Home | Main Index | Thread Index | Old Index