From f28d3a8b51653eaafb3a15cab878bb6b019df0a9 Mon Sep 17 00:00:00 2001 From: pmichaud Date: Fri, 31 Aug 2012 15:09:27 -0500 Subject: Add a perl6-debug target to the Makefile. --- tools/build/Makefile.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in index f2c2200..ecf4c0c 100644 --- a/tools/build/Makefile.in +++ b/tools/build/Makefile.in @@ -81,6 +81,11 @@ modules-install: rakudo-install @echo "== Installing binaries" $(PERL) tools/build/bin-install.pl $(DESTDIR)$(PERL6_INSTALL) $(DESTDIR)$(PARROT_BIN_DIR) modules/ufo/bin/ufo modules/panda/bin/panda +modules-test: + $(PERL) tools/build/modules-test.pl $(CURDIR) $(DESTDIR)$(PERL6_INSTALL) modules/MODULES.txt + +perl6-debug: $(RD_EXE) + $(RD_EXE): modules-install $(NQP_EXE) --vmlibs=perl6_group,perl6_ops --target=pir \ --output=$(RD_PIR) $(RD_DIR)/bin/perl6-debug.nqp @@ -88,10 +93,7 @@ $(RD_EXE): modules-install $(PBC_TO_EXE) $(RD_PBC) $(CHMOD) 755 $(RD_EXE) -modules-test: - $(PERL) tools/build/modules-test.pl $(CURDIR) $(DESTDIR)$(PERL6_INSTALL) modules/MODULES.txt - -perl6-debug-install: $(RD_EXE) +perl6-debug-install: perl6-debug $(CP) $(RD_EXE) $(DESTDIR)$(PARROT_BIN_DIR) $(CHMOD) 755 $(DESTDIR)$(PARROT_BIN_DIR)/perl6-debug$(EXE) -- cgit v1.1