Skip to content

Commit

Permalink
Merge pull request #815 from MasterDuke17/second_attempt_at_not_compi…
Browse files Browse the repository at this point in the history
…ling_P5QREGEX_every_time_tests_are_run

Don't (re)compile P5QREGEX every time test are run
  • Loading branch information
MasterDuke17 committed Mar 19, 2024
2 parents 97c6381 + 6881b37 commit 22af4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/templates/Makefile-backend-common.in
Expand Up @@ -134,7 +134,7 @@
@echo(+++ Installing @uc(@backend@)@ stage 2 files locally)@
$(NOECHO)$(CP) @bpm(STAGE2_OUTPUT)@ .

@bsm(P5QREGEX)@: $(P5QREGEX_SOURCES) @bsm(NQP)@ @bpm(BUILD_RUNNER)@
@bsm(P5QREGEX)@: $(P5QREGEX_SOURCES) @bpm(BUILD_RUNNER_BIN)@
@echo(+++ Compiling $@)@
$(NOECHO@nop())@@bpm(GEN_CAT)@ stage2 $(P5QREGEX_SOURCES) > @nfpq(@bpm(STAGE2_DIR)@/$(P5QREGEX_COMBINED))@
$(NOECHO@nop())@@bpm(BUILD_RUNNER_BIN)@ --target=@btarget@ --output=@bsm(P5QREGEX)@ \
Expand Down

0 comments on commit 22af4c8

Please sign in to comment.