<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>src/s1_setting.pir</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -241,8 +241,8 @@ perl6.pbc: perl6_s1.pbc src/gen_setting.pm
 	$(PARROT) $(PARROT_ARGS) -o perl6.pbc perl6.pir
 
 # the Perl 6 stage-1 compiler
-perl6_s1.pbc: $(PARROT) $(SOURCES) $(BUILTINS_PIR)
-	$(PERL) -e &quot;&quot; &gt; src/gen_setting.pir
+perl6_s1.pbc: $(PARROT) $(SOURCES) $(BUILTINS_PIR) src/s1_setting.pir
+	$(CP) src/s1_setting.pir src/gen_setting.pir
 	@win32_libparrot_copy@
 	$(PARROT) $(PARROT_ARGS) -o perl6_s1.pbc perl6.pir
 </diff>
      <filename>build/Makefile.in</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4320479f9e8139112a5054079b29cc44e8610c5a</id>
    </parent>
  </parents>
  <author>
    <name>Jonathan Worthington</name>
    <email>jnthn@jnthn.net</email>
  </author>
  <url>http://github.com/rakudo/rakudo/commit/d154eb94cd2c56182f6ba26ace91ee8d2bbe7881</url>
  <id>d154eb94cd2c56182f6ba26ace91ee8d2bbe7881</id>
  <committed-date>2009-10-30T04:40:37-07:00</committed-date>
  <authored-date>2009-10-30T04:40:37-07:00</authored-date>
  <message>Add an s1_setting.pir file, where we can put things that we'd like to be in the stage 1 compiler, but not in the final Rakudo. For now just has print and say. Should make things a little easier while we rebuild Rakudo on the new grammar engine.</message>
  <tree>65f71b6f5c42058b1768f014a2a87acbf84ed128</tree>
  <committer>
    <name>Jonathan Worthington</name>
    <email>jnthn@jnthn.net</email>
  </committer>
</commit>
