Author: bernhard
Date: Sat Jan 24 12:29:17 2009
New Revision: 35964

Added:
   trunk/languages/unlambda/Configure.pl   (contents, props changed)
      - copied, changed from r35961, /trunk/languages/pipp/Configure.pl
Modified:
   trunk/MANIFEST
   trunk/MANIFEST.SKIP
   trunk/languages/unlambda/config/makefiles/root.in

Log:
[unlambda] add a Configure.pl


Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST      (original)
+++ trunk/MANIFEST      Sat Jan 24 12:29:17 2009
@@ -1,7 +1,7 @@
 # ex: set ro:
 # $Id$
 #
-# generated by tools/dev/mk_manifest_and_skip.pl Sat Jan 24 08:36:31 2009 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Sat Jan 24 20:18:58 2009 UT
 #
 # See tools/dev/install_files.pl for documentation on the
 # format of this file.
@@ -2476,6 +2476,7 @@
 languages/squaak/t/01-math.t                                [squaak]
 languages/squaak/t/harness                                  [squaak]
 languages/t/harness                                         []
+languages/unlambda/Configure.pl                             [unlambda]
 languages/unlambda/MAINTAINER                               [unlambda]
 languages/unlambda/README                                   [unlambda]
 languages/unlambda/config/makefiles/root.in                 [unlambda]

Modified: trunk/MANIFEST.SKIP
==============================================================================
--- trunk/MANIFEST.SKIP (original)
+++ trunk/MANIFEST.SKIP Sat Jan 24 12:29:17 2009
@@ -1,6 +1,6 @@
 # ex: set ro:
 # $Id$
-# generated by tools/dev/mk_manifest_and_skip.pl Sat Jan 24 08:36:31 2009 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Sat Jan 24 20:18:58 2009 UT
 #
 # This file should contain a transcript of the svn:ignore properties
 # of the directories in the Parrot subversion repository. (Needed for
@@ -407,6 +407,8 @@
 ^languages/languages_smoke\.html/
 ^languages/m4$
 ^languages/m4/
+^languages/markdown$
+^languages/markdown/
 ^languages/primitivearc$
 ^languages/primitivearc/
 ^languages/tcl$

Copied: trunk/languages/unlambda/Configure.pl (from r35961, 
/trunk/languages/pipp/Configure.pl)
==============================================================================
--- /trunk/languages/pipp/Configure.pl  (original)
+++ trunk/languages/unlambda/Configure.pl       Sat Jan 24 12:29:17 2009
@@ -6,7 +6,7 @@
 use 5.008;
 
 my $build_dir = '../..';
-my $hll       = 'pipp';
+my $hll       = 'unlambda';
 my $cmd       = qq{$^X -Ilib tools/dev/reconfigure.pl --step=gen::languages 
--languages=$hll};
 
 print "Running '$cmd' in $build_dir\n";

Modified: trunk/languages/unlambda/config/makefiles/root.in
==============================================================================
--- trunk/languages/unlambda/config/makefiles/root.in   (original)
+++ trunk/languages/unlambda/config/makefiles/root.in   Sat Jan 24 12:29:17 2009
@@ -34,7 +34,7 @@
 
 # regenerate the Makefile
 Makefile: config/makefiles/root.in
-       cd $(BUILD_DIR) && $(RECONFIGURE) --step=gen::languages 
--languages=unlambda
+        $(PERL) Configure.pl
 
 # Compilation:
 build:

Reply via email to