diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2004-12-07 14:41:16 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2004-12-07 14:41:16 +0000 |
| commit | 89f087e8dd48876b8a9821c6f7aac4b74f6aaf9e (patch) | |
| tree | 6f732dd7aed468e9363a713a5146599cea1e577b /tools/regression/usr.bin/make | |
| parent | eeeb5c7f9a043ba37eb7f5b6e969157cba2c1d05 (diff) | |
Notes
Diffstat (limited to 'tools/regression/usr.bin/make')
| -rw-r--r-- | tools/regression/usr.bin/make/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tools/regression/usr.bin/make/Makefile b/tools/regression/usr.bin/make/Makefile index 777dd7f716b5c..4c2389a1b098f 100644 --- a/tools/regression/usr.bin/make/Makefile +++ b/tools/regression/usr.bin/make/Makefile @@ -21,9 +21,6 @@ NIL= SMAKE= MAKEFLAGS= ${MAKE} -C ${.CURDIR} all: - @if [ ! -x ./shell_test ] ; then \ - ${INSTALL} -m 555 ${.CURDIR}/shell_test.sh shell_test ; \ - fi @echo '1..17' @${SMAKE} C_check || { cd ${.CURDIR} ; ${MAKE} failure ; } @echo "ok 1 - C_check # Test of -C flag existence detected no regression." @@ -271,7 +268,7 @@ shell_1_sh: .if make(shell_2) # Test if we can replace the shell specification. We do this by using # a shell scripts that prints us its arguments and standard input as the shell -shell_2: +shell_2: shell_test @${SMAKE} -B shell_2B | \ diff -u ${.CURDIR}/regress.shell_2B.out - || false @${SMAKE} -j1 shell_2j | \ @@ -298,5 +295,6 @@ failure: @echo "not ok # Test failed: regression detected. See above." @false -clean: - rm -f shell_test +CLEANFILES= shell_test + +.include <bsd.obj.mk> |
