summaryrefslogtreecommitdiff
path: root/tools/build/make_check
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2007-01-11 22:54:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2007-01-11 22:54:46 +0000
commit201f78d6b90635d961fa373ecd706e3786333b7e (patch)
treec8937d0d96aa193878973d98a3a5240f9232ad5a /tools/build/make_check
parent99e934d3327f7c05890356105bbe793570b22829 (diff)
Diffstat (limited to 'tools/build/make_check')
-rw-r--r--tools/build/make_check/Makefile2
-rw-r--r--tools/build/make_check/regress.t2
-rw-r--r--tools/build/make_check/shell_test.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/build/make_check/Makefile b/tools/build/make_check/Makefile
index 4c2389a1b098..6c7465348b51 100644
--- a/tools/build/make_check/Makefile
+++ b/tools/build/make_check/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/build/make_check/Makefile,v 1.28 2005/03/02 12:33:22 harti Exp $
# Test for broken LHS expansion.
# This *must* cause make(1) to detect a recursive variable, and fail as such.
diff --git a/tools/build/make_check/regress.t b/tools/build/make_check/regress.t
index e37f3328bdf6..92389088a82c 100644
--- a/tools/build/make_check/regress.t
+++ b/tools/build/make_check/regress.t
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/build/make_check/regress.t,v 1.2 2005/03/02 12:33:22 harti Exp $
cd `dirname $0`
make all
diff --git a/tools/build/make_check/shell_test.sh b/tools/build/make_check/shell_test.sh
index 46169eb6efc2..60d63605a819 100644
--- a/tools/build/make_check/shell_test.sh
+++ b/tools/build/make_check/shell_test.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/build/make_check/shell_test.sh,v 1.2 2005/03/02 12:33:22 harti Exp $
echo $@
if ! test -t 0 ; then
cat