Date: Thu, 2 Dec 2004 17:00:59 +0000 (UTC) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/usr.bin/make Makefile shell_test shell_test.sh Message-ID: <200412021700.iB2H0xt6092964@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412021700.iB2H0xt6092964>