aboutsummaryrefslogtreecommitdiff
path: root/tools/build/Makefile.in
diff options
context:
space:
mode:
authorTobias Leich <email@froggs.de>2016-01-05 21:40:28 +0100
committerTobias Leich <email@froggs.de>2016-01-27 21:23:32 +0100
commitac288f000957d00c26e742df0756d63350046193 (patch)
tree77358c2f9dd867c74092c8d2c5f3aa0543e4f970 /tools/build/Makefile.in
parentfd22c79be3905cece4c977b97787fc52364737b5 (diff)
first working post 6.c star
Diffstat (limited to 'tools/build/Makefile.in')
-rw-r--r--tools/build/Makefile.in11
1 files changed, 3 insertions, 8 deletions
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index b2cc03f..df6e19c 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 = 2015.11
+STAR_VERSION = 2015.12
# install location
PREFIX_DIR = @prefix@
@@ -69,13 +69,8 @@ modules-install-j:
modules-install-m:
@echo "== Installing modules for MoarVM"
- $(PERL) tools/build/module-install.pl $(DESTDIR)$(PERL6_M_INSTALL) $(DESTDIR)$(PERL6_M_LANG_DIR)/lib moarvm mbc $(MODULES)
- @echo "== Installing binaries for MoarVM"
- $(PERL) tools/build/bin-install.pl $(PERL6_M_INSTALL) $(DESTDIR)$(MOAR_BIN_DIR) m modules/ufo/bin/ufo modules/panda/bin/panda modules/doc/bin/p6doc
- $(PERL) tools/build/bin-install.pl $(PERL6_M_INSTALL) $(DESTDIR)$(MOAR_BIN_DIR) m modules/ufo/bin/ufo modules/panda/bin/panda modules/doc/bin/p6doc-index
- $(MKPATH) $(DESTDIR)$(PERL6_M_LANG_DIR)/site/panda/
- $(CP) install/share/perl6/site/panda/projects.json $(DESTDIR)$(PERL6_M_LANG_DIR)/site/panda/
- $(CP) install/share/perl6/site/panda/state $(DESTDIR)$(PERL6_M_LANG_DIR)/site/panda/
+ cd modules/panda && $(DESTDIR)$(PERL6_M_INSTALL) bootstrap.pl --bin-prefix=$(DESTDIR)$(MOAR_BIN_DIR)
+ $(PERL) tools/build/module-install.pl $(PERL6_M_INSTALL) $(DESTDIR)$(MOAR_BIN_DIR)/panda-m$(BAT) $(DESTDIR)$(MOAR_BIN_DIR) $(MODULES)
modules-test: @backend_modules_test@
verbose-modules-test: @backend_modules_test@