aboutsummaryrefslogtreecommitdiff
path: root/tools/build/Makefile.in
diff options
context:
space:
mode:
authortyil <p.spek@tyil.nl>2019-12-05 23:50:26 +0000
committertyil <p.spek@tyil.nl>2019-12-05 23:50:26 +0000
commitbb0f25ff2bf207a8c478559f0b6fa572b3cd6514 (patch)
tree949a27f98ebbbc7b3c15c2d41aae7cab3b0fe94d /tools/build/Makefile.in
parent0bd6af6b9ccb4760dc8ac57ed25084ab36668aa8 (diff)
parent6e8c904bbf0ad34b21e645897490de5ebc405d2a (diff)
Merge branch '2019.11-rc1' into 'master'
Rakudo Star 2019.11 See merge request tyil/rakudo-star!2
Diffstat (limited to 'tools/build/Makefile.in')
-rw-r--r--tools/build/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index 59f9480..5ce58e2 100644
--- a/tools/build/Makefile.in
+++ b/tools/build/Makefile.in
@@ -3,7 +3,7 @@
MOAR_DIR = moarvm
NQP_DIR = nqp
RAKUDO_DIR = rakudo
-STAR_VERSION = 2019.07
+STAR_VERSION = 2019.11
# install location
PREFIX_DIR = @prefix@
@@ -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)