[svn:parrot] r36929 - in trunk: . languages/lolcode

barney at svn.parrot.org barney at svn.parrot.org
Sun Feb 22 10:04:23 UTC 2009


Author: barney
Date: Sun Feb 22 10:04:23 2009
New Revision: 36929
URL: https://trac.parrot.org/parrot/changeset/36929

Log:
[lolcode] add a Configure.pl

Added:
   trunk/languages/lolcode/Configure.pl   (contents, props changed)
      - copied, changed from r36928, trunk/languages/squaak/Configure.pl
Modified:
   trunk/MANIFEST

Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST	Sun Feb 22 09:29:02 2009	(r36928)
+++ trunk/MANIFEST	Sun Feb 22 10:04:23 2009	(r36929)
@@ -1,7 +1,7 @@
 # ex: set ro:
 # $Id$
 #
-# generated by tools/dev/mk_manifest_and_skip.pl Sat Feb 21 00:42:42 2009 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Sun Feb 22 10:02:18 2009 UT
 #
 # See tools/dev/install_files.pl for documentation on the
 # format of this file.
@@ -1562,6 +1562,7 @@
 languages/lisp/t/system.t                                   [test]
 languages/lisp/types.pir                                    [lisp]
 languages/lisp/validate.pir                                 [lisp]
+languages/lolcode/Configure.pl                              [lolcode]
 languages/lolcode/config/makefiles/root.in                  [lolcode]
 languages/lolcode/lolcode.pir                               [lolcode]
 languages/lolcode/src/builtins/cmp.pir                      [lolcode]

Copied and modified: trunk/languages/lolcode/Configure.pl (from r36928, trunk/languages/squaak/Configure.pl)
==============================================================================
--- trunk/languages/squaak/Configure.pl	Sun Feb 22 09:29:02 2009	(r36928, copy source)
+++ trunk/languages/lolcode/Configure.pl	Sun Feb 22 10:04:23 2009	(r36929)
@@ -5,7 +5,7 @@
 use 5.008;
 
 my $build_dir = '../..';
-my $hll       = 'squaak';
+my $hll       = 'lolcode';
 my $cmd       = qq{$^X -Ilib tools/dev/reconfigure.pl --step=gen::languages --languages=$hll};
 
 print "Running '$cmd' in $build_dir\n";


More information about the parrot-commits mailing list