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

Commit

Permalink
[nqp]: Self-generate actions for nqp-self target.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Oct 28, 2009
1 parent 42ff618 commit 72b2520
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/Makefile.in
Expand Up @@ -201,6 +201,8 @@ $(NQP): $(HLLGRAMMAR_PBC) $(P6GRAMMAR_PBC) $(PARROT_NQP) $(PBC_TO_EXE) $(NQP_SOU
nqp-self: $(NQP)
./$(NQP) --target=pir --output=src/gen/nqp-grammar.pir \
src/NQP/Grammar.pm
./$(NQP) --target=pir --output=src/gen/nqp-actions.pir \
src/NQP/Actions.pm
$(PARROT) -o nqp-self.pbc src/NQP/Compiler.pir
$(PBC_TO_EXE) nqp-self.pbc

Expand Down

0 comments on commit 72b2520

Please sign in to comment.