From c6e12ee72520943a293c6f4f92c0788f9be2b66d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Murias?= Date: Tue, 10 Sep 2019 16:06:59 +0200 Subject: [PATCH] [js] Do not generate a rakudo.js --- tools/templates/js/Makefile.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/templates/js/Makefile.in b/tools/templates/js/Makefile.in index a418f05702e..6cb204c3814 100644 --- a/tools/templates/js/Makefile.in +++ b/tools/templates/js/Makefile.in @@ -5,11 +5,9 @@ @bpv(NQP_FLAGS)@ = @bpm(NQP_BASE_FLAGS)@ --substagestats --stagestats --source-map @bpv(NQP_FLAGS_EXTRA)@ = --execname @bpm(RUNNER)@ --shebang @bpv(RUN_PERL6)@ = node --max-old-space-size=8192 perl6.js @bpm(NQP_BASE_FLAGS)@ --source-map -@bpv(ALL_TARGETS)@ = rakudo.@bext@ @bpv(CLEANUPS)@ = \ @bsm(PERL6)@ \ - rakudo.@bext@ \ @nfp(@base_dir@/*.js.map)@ \ @nfp(@bpm(BLIB)@/*.js.map)@ \ @bpm(BLIB_PERL6)@/load-compiler.js \ @@ -33,9 +31,6 @@ @echo(+++ Creating JS runner)@ @noehcho@$(PERL5) @script(create-js-runner.pl)@ -rakudo.@bext@: @bsm(PERL6)@ - @noecho@$(CP) @bsm(PERL6)@ $@ - #TODO cleanup BOOTSTRAP @backend_prefix@-clean: @echo(+++ Cleaning up @uc(@backend@)@)@