Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Update nqp bootstrap-files target, add nqp-setting.pm to stage0 files.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed May 14, 2010
1 parent 8e3df2d commit 237fdfb
Show file tree
Hide file tree
Showing 5 changed files with 21,246 additions and 20,942 deletions.
3 changes: 2 additions & 1 deletion build/Makefile.in
Expand Up @@ -257,11 +257,12 @@ $(SETTING_PBC): $(SETTING_PIR)
$(PARROT) -o $(SETTING_PBC) $(SETTING_PIR)


bootstrap-files: $(STAGE2_PBCS)
bootstrap-files: $(STAGE2_PBCS) $(SETTING_PM)
$(PERL) build/gen_bootstrap.pl src/Regex.pir >src/stage0/Regex-s0.pir
$(PERL) build/gen_bootstrap.pl src/HLL.pir >src/stage0/HLL-s0.pir
$(PERL) build/gen_bootstrap.pl src/Regex/P6Regex.pir >src/stage0/P6Regex-s0.pir
$(PERL) build/gen_bootstrap.pl src/NQP/Compiler.pir >src/stage0/NQP-s0.pir
$(PERL) build/gen_bootstrap.pl $(SETTING_PM) >src/stage0/nqp-setting.pm


## testing
Expand Down

0 comments on commit 237fdfb

Please sign in to comment.