From 9769d39d792c1e912234e23e663ba8bd21a6386e Mon Sep 17 00:00:00 2001 From: Lukc Date: Sun, 12 Dec 2010 04:13:19 +0100 Subject: Recette de make retir?e. --- make/make-3.81/tests/scripts/options/dash-C | 71 ----------------------------- 1 file changed, 71 deletions(-) delete mode 100644 make/make-3.81/tests/scripts/options/dash-C (limited to 'make/make-3.81/tests/scripts/options/dash-C') diff --git a/make/make-3.81/tests/scripts/options/dash-C b/make/make-3.81/tests/scripts/options/dash-C deleted file mode 100644 index 5864ffd..0000000 --- a/make/make-3.81/tests/scripts/options/dash-C +++ /dev/null @@ -1,71 +0,0 @@ -# -*-perl-*- - -$description = "Test the -C option to GNU make."; - -$details = "\ -This test is similar to the clean test except that this test creates the file -to delete in the work directory instead of the current directory. Make is -called from another directory using the -C workdir option so that it can both -find the makefile and the file to delete in the work directory."; - -$example = $workdir . $pathsep . "EXAMPLE"; - -open(MAKEFILE,"> $makefile"); -print MAKEFILE <