aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-12-05 23:04:31 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-12-05 23:04:31 +0100
commit08eca0b69dc4ac7d9c2c0e012d441899298ca70c (patch)
treeb4ddc8b99ef5ae909fb0e32786079928641d13b4
parentee9f3d495da01bc6d43e906c01b1ef5a5b8bc762 (diff)
Don't reinstall modules for testing
-rw-r--r--tools/build/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index 9befd0c..5ce58e2 100644
--- a/tools/build/Makefile.in
+++ b/tools/build/Makefile.in
@@ -67,12 +67,12 @@ modules-install-m: rakudo-install
modules-test: @backend_modules_test@
verbose-modules-test: @backend_modules_test@
-modules-test-j: modules-install-j
+modules-test-j:
$(PERL) tools/build/modules-test.pl $(CURDIR) $(DESTDIR)$(PERL6_J_INSTALL) $(MODULES)
verbose-modules-test-j: modules-install-j
$(PERL) tools/build/modules-test.pl --verbose $(CURDIR) $(DESTDIR)$(PERL6_J_INSTALL) $(MODULES)
-modules-test-m: modules-install-m
+modules-test-m:
$(PERL) tools/build/modules-test.pl $(CURDIR) $(DESTDIR)$(PERL6_M_INSTALL) $(MODULES)
verbose-modules-test-m: modules-install-m
$(PERL) tools/build/modules-test.pl --verbose $(CURDIR) $(DESTDIR)$(PERL6_M_INSTALL) $(MODULES)