[svn:parrot] r38148 - trunk/tools/dev

pmichaud at svn.parrot.org pmichaud at svn.parrot.org
Thu Apr 16 05:37:02 UTC 2009


Author: pmichaud
Date: Thu Apr 16 05:37:01 2009
New Revision: 38148
URL: https://trac.parrot.org/parrot/changeset/38148

Log:
Remove rakudo-specific item from create_language.pl .

Modified:
   trunk/tools/dev/create_language.pl

Modified: trunk/tools/dev/create_language.pl
==============================================================================
--- trunk/tools/dev/create_language.pl	Thu Apr 16 05:21:25 2009	(r38147)
+++ trunk/tools/dev/create_language.pl	Thu Apr 16 05:37:01 2009	(r38148)
@@ -363,7 +363,6 @@
 
 # the compiler .pbc
 @lclang at .pbc: Makefile $(PARROT) $(SOURCES) $(BUILTINS_PIR)
-	$(PERL) -e "" > src/gen_setting.pir
 	$(PARROT) $(PARROT_ARGS) -o @lclang at .pbc @lclang at .pir
 
 src/gen_grammar.pir: $(PARROT) $(PERL6GRAMMAR) src/pct/grammar.pg src/pct/grammar-oper.pg


More information about the parrot-commits mailing list