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-I | 59 ----------------------------- 1 file changed, 59 deletions(-) delete mode 100644 make/make-3.81/tests/scripts/options/dash-I (limited to 'make/make-3.81/tests/scripts/options/dash-I') diff --git a/make/make-3.81/tests/scripts/options/dash-I b/make/make-3.81/tests/scripts/options/dash-I deleted file mode 100644 index 8dc5d9b..0000000 --- a/make/make-3.81/tests/scripts/options/dash-I +++ /dev/null @@ -1,59 +0,0 @@ -# -*-perl-*- - -$description ="The following test creates a makefile to test the -I option."; - -$details = "\ -This test tests the -I option by including a filename in -another directory and giving make that directory name -under -I in the command line. Without this option, the make -would fail to find the included file. It also checks to make -sure that the -I option gets passed to recursive makes."; - -$makefile2 = &get_tmpfile; - -open(MAKEFILE,"> $makefile"); - -# The Contents of the MAKEFILE ... - -$mf2 = substr ($makefile2, index ($makefile2, $pathsep) + 1); -print MAKEFILE < $makefile2"); - -print MAKEFILE <