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

Commit

Permalink
A few final bootstrap pieces.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Oct 17, 2009
1 parent 1239272 commit 9e137f5
Show file tree
Hide file tree
Showing 4 changed files with 13,648 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/Makefile.in
Expand Up @@ -105,6 +105,11 @@ bootstrap: p6grammar
./p6grammar --target=pir src/Regex/P6Grammar/Grammar.pm >p6grammar-grammar.pir
$(CP) p6*-grammar.pir src/gen

bootstrap-files: src/gen/p6regex-grammar.pir src/gen/p6grammar-grammar.pir
$(PERL) build/gen_bootstrap.pl src/Regex/P6Regex.pir >build/P6Regex-s0.pir
$(PERL) build/gen_bootstrap.pl src/Regex/P6Grammar.pir >build/P6Grammar-s0.pir


## testing

test: all
Expand Down

0 comments on commit 9e137f5

Please sign in to comment.