Author: coke
Date: Fri Dec  5 11:11:42 2008
New Revision: 33523

Added:
   trunk/languages/APL/Configure.pl

Log:
[APL] Copy partcl's Configure.pl to give us a way to regen our makefile without
having to run something at the top of parrot's build dir.

(And this time, don't do it in a release tag)


Added: trunk/languages/APL/Configure.pl
==============================================================================
--- (empty file)
+++ trunk/languages/APL/Configure.pl    Fri Dec  5 11:11:42 2008
@@ -0,0 +1,7 @@
+#! perl
+
+use strict;
+use warnings;
+
+chdir '../..';
+`$^X -Ilib tools/dev/reconfigure.pl --step=gen::languages --languages=APL`;

Reply via email to