Author: bernhard Date: Sun Jan 25 02:38:50 2009 New Revision: 35987 Added: trunk/languages/lazy-k/Configure.pl - copied, changed from r35985, /trunk/languages/unlambda/Configure.pl Modified: trunk/MANIFEST trunk/languages/lazy-k/config/makefiles/root.in
Log: [lazy-k] Add a Configure.pl Modified: trunk/MANIFEST ============================================================================== --- trunk/MANIFEST (original) +++ trunk/MANIFEST Sun Jan 25 02:38:50 2009 @@ -1,7 +1,7 @@ # ex: set ro: # $Id$ # -# generated by tools/dev/mk_manifest_and_skip.pl Sat Jan 24 21:14:32 2009 UT +# generated by tools/dev/mk_manifest_and_skip.pl Sun Jan 25 10:38:08 2009 UT # # See tools/dev/install_files.pl for documentation on the # format of this file. @@ -1613,6 +1613,7 @@ languages/json/src/parser/grammar.pg [json] languages/json/t/00-sanity.t [json] languages/json/t/harness [json] +languages/lazy-k/Configure.pl [] languages/lazy-k/MAINTAINER [] languages/lazy-k/README [] languages/lazy-k/calc.lazy [] Copied: trunk/languages/lazy-k/Configure.pl (from r35985, /trunk/languages/unlambda/Configure.pl) ============================================================================== --- /trunk/languages/unlambda/Configure.pl (original) +++ trunk/languages/lazy-k/Configure.pl Sun Jan 25 02:38:50 2009 @@ -6,7 +6,7 @@ use 5.008; my $build_dir = '../..'; -my $hll = 'unlambda'; +my $hll = 'lazy-k'; my $cmd = qq{$^X -Ilib tools/dev/reconfigure.pl --step=gen::languages --languages=$hll}; print "Running '$cmd' in $build_dir\n"; Modified: trunk/languages/lazy-k/config/makefiles/root.in ============================================================================== --- trunk/languages/lazy-k/config/makefiles/root.in (original) +++ trunk/languages/lazy-k/config/makefiles/root.in Sun Jan 25 02:38:50 2009 @@ -26,15 +26,15 @@ @echo "" @echo " test: run the test suite," @echo "" - @echo " clean: clean up temporary files" + @echo " clean: clean up" @echo "" - @echo " realclean: clean up generated files" + @echo " realclean: clean up and remove Makefile" @echo "" @echo " help: print this help message" # regenerate the Makefile Makefile: config/makefiles/root.in - cd $(BUILD_DIR) && $(RECONFIGURE) --step=gen::languages --languages=lazy-k + $(PERL) Configure.pl build: