cvs commit: src/tools/regression/usr.bin/make Makefile shell_test
shell_test.sh
Hartmut Brandt
harti at FreeBSD.org
Thu Dec 2 09:00:59 PST 2004
harti 2004-12-02 17:00:59 UTC
FreeBSD src repository
Modified files:
tools/regression/usr.bin/make Makefile
Added files:
tools/regression/usr.bin/make shell_test.sh
Removed files:
tools/regression/usr.bin/make shell_test
Log:
Make the tests runnable on a read-only src. To do this you must make sure
that you create one of the object directories make knows (see make(1)).
This uses the -C flag, so add a test that checks that make actually accepts
-C. Also fix the test that selects csh via the .SHELL target to work for
tcsh users too.
This commit renames shell_test to shell_test.sh. There is no history
to preserve so go without a repo-copy.
Reviewed by: ru
Revision Changes Path
1.25 +63 -49 src/tools/regression/usr.bin/make/Makefile
1.2 +0 -6 src/tools/regression/usr.bin/make/shell_test (dead)
1.1 +6 -0 src/tools/regression/usr.bin/make/shell_test.sh (new)
More information about the cvs-all
mailing list