diff options
Diffstat (limited to 'usr.bin/bmake/tests/shell/replace')
| -rw-r--r-- | usr.bin/bmake/tests/shell/replace/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/bmake/tests/shell/replace/Makefile.depend | 1 | ||||
| -rw-r--r-- | usr.bin/bmake/tests/shell/replace/Makefile.test | 1 | ||||
| -rw-r--r-- | usr.bin/bmake/tests/shell/replace/legacy_test.sh | 1 | ||||
| -rw-r--r-- | usr.bin/bmake/tests/shell/replace/shell | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/bmake/tests/shell/replace/Makefile b/usr.bin/bmake/tests/shell/replace/Makefile index 980b99c95c8e..777770184fe3 100644 --- a/usr.bin/bmake/tests/shell/replace/Makefile +++ b/usr.bin/bmake/tests/shell/replace/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PACKAGE= tests diff --git a/usr.bin/bmake/tests/shell/replace/Makefile.depend b/usr.bin/bmake/tests/shell/replace/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/usr.bin/bmake/tests/shell/replace/Makefile.depend +++ b/usr.bin/bmake/tests/shell/replace/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.bin/bmake/tests/shell/replace/Makefile.test b/usr.bin/bmake/tests/shell/replace/Makefile.test index 2160dbfb5776..d0076b598214 100644 --- a/usr.bin/bmake/tests/shell/replace/Makefile.test +++ b/usr.bin/bmake/tests/shell/replace/Makefile.test @@ -8,7 +8,6 @@ # XXX There seems to be a problem here in -j1 mode: for the line without # @- make should switch on echoing again, but it doesn't. # -# $FreeBSD$ .SHELL: name="shell" path="${.CURDIR}/shell" \ quiet="be quiet" echo="be verbose" filter="be verbose" \ diff --git a/usr.bin/bmake/tests/shell/replace/legacy_test.sh b/usr.bin/bmake/tests/shell/replace/legacy_test.sh index 880ca780d53b..6e672d57b607 100644 --- a/usr.bin/bmake/tests/shell/replace/legacy_test.sh +++ b/usr.bin/bmake/tests/shell/replace/legacy_test.sh @@ -1,5 +1,4 @@ #! /bin/sh -# $FreeBSD$ . $(dirname $0)/../../common.sh diff --git a/usr.bin/bmake/tests/shell/replace/shell b/usr.bin/bmake/tests/shell/replace/shell index 46169eb6efc2..4363618a2f36 100644 --- a/usr.bin/bmake/tests/shell/replace/shell +++ b/usr.bin/bmake/tests/shell/replace/shell @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ echo $@ if ! test -t 0 ; then cat |
