From 6d908a38e05b9d4135c65d23114a5874215b5bb8 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 11 Dec 2010 19:15:23 +0100 Subject: Engagement initial. --- make/make-3.81/tests/scripts/misc/general2 | 50 ++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 make/make-3.81/tests/scripts/misc/general2 (limited to 'make/make-3.81/tests/scripts/misc/general2') diff --git a/make/make-3.81/tests/scripts/misc/general2 b/make/make-3.81/tests/scripts/misc/general2 new file mode 100644 index 0000000..fb5c3aa --- /dev/null +++ b/make/make-3.81/tests/scripts/misc/general2 @@ -0,0 +1,50 @@ +# -*-perl-*- + +$description = "The following test creates a makefile to test the +simple functionality of make. It is the same as +general_test1 except that this one tests the +definition of a variable to hold the object filenames."; + +open(MAKEFILE,"> $makefile"); + +# The contents of the Makefile ... + +print MAKEFILE <