diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-29 02:06:01 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-29 02:06:01 +0000 |
commit | ac2c28e14a89746c60f5dd9023e3a98bbc40da03 (patch) | |
tree | 719ec1bc495f9bf480163e297d5aa1ee687e9148 /regress/usr.bin/make | |
parent | 0584185e7c4788adcb1afaf1b86184ddefc5205e (diff) |
$OpenBSD$
Diffstat (limited to 'regress/usr.bin/make')
-rw-r--r-- | regress/usr.bin/make/mk1 | 2 | ||||
-rw-r--r-- | regress/usr.bin/make/mk2 | 2 | ||||
-rw-r--r-- | regress/usr.bin/make/mk3 | 2 | ||||
-rw-r--r-- | regress/usr.bin/make/mk7 | 2 | ||||
-rw-r--r-- | regress/usr.bin/make/t10.out | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/regress/usr.bin/make/mk1 b/regress/usr.bin/make/mk1 index 71f807208cf..15622eec1ea 100644 --- a/regress/usr.bin/make/mk1 +++ b/regress/usr.bin/make/mk1 @@ -1,3 +1,5 @@ +# $OpenBSD: mk1,v 1.2 2001/01/29 02:05:59 niklas Exp $ + # invoke with make -r -e # if it does NOT return the MACHINE_ARCH, it's buggy diff --git a/regress/usr.bin/make/mk2 b/regress/usr.bin/make/mk2 index aa318b14da5..702d4d112bc 100644 --- a/regress/usr.bin/make/mk2 +++ b/regress/usr.bin/make/mk2 @@ -1,3 +1,5 @@ +# $OpenBSD: mk2,v 1.3 2001/01/29 02:06:00 niklas Exp $ + # Invoke with make -r a: @cd ${.CURDIR} && make -f mk2a COPTS='-g -O2' diff --git a/regress/usr.bin/make/mk3 b/regress/usr.bin/make/mk3 index ab38dce6c75..7986c19d876 100644 --- a/regress/usr.bin/make/mk3 +++ b/regress/usr.bin/make/mk3 @@ -1,2 +1,4 @@ +# $OpenBSD: mk3,v 1.2 2001/01/29 02:06:00 niklas Exp $ + # Check that appending Makefiles work A=3 diff --git a/regress/usr.bin/make/mk7 b/regress/usr.bin/make/mk7 index 6ffd6a99ea6..84b81f993ab 100644 --- a/regress/usr.bin/make/mk7 +++ b/regress/usr.bin/make/mk7 @@ -1,3 +1,5 @@ +# $OpenBSD: mk7,v 1.2 2001/01/29 02:06:00 niklas Exp $ + # This Makefile should fail, the syntax is bogus A=1 diff --git a/regress/usr.bin/make/t10.out b/regress/usr.bin/make/t10.out index fac80afe774..4872a225252 100644 --- a/regress/usr.bin/make/t10.out +++ b/regress/usr.bin/make/t10.out @@ -1,3 +1,5 @@ +# $OpenBSD: t10.out,v 1.2 2001/01/29 02:06:00 niklas Exp $ + # # . a # b/o d.e |