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/variables/MAKELEVEL | 33 ++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 make/make-3.81/tests/scripts/variables/MAKELEVEL (limited to 'make/make-3.81/tests/scripts/variables/MAKELEVEL') diff --git a/make/make-3.81/tests/scripts/variables/MAKELEVEL b/make/make-3.81/tests/scripts/variables/MAKELEVEL new file mode 100644 index 0000000..96a4e74 --- /dev/null +++ b/make/make-3.81/tests/scripts/variables/MAKELEVEL @@ -0,0 +1,33 @@ +# -*-perl-*- + +$description = "The following test creates a makefile to test +makelevels in Make. It prints \$(MAKELEVEL) and then +prints the environment variable MAKELEVEL"; + +open(MAKEFILE,"> $makefile"); + +# The Contents of the MAKEFILE ... + +print MAKEFILE <