Skip to content

Commit

Permalink
[js] Do not generate a rakudo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Oct 5, 2019
1 parent 5300f3e commit c6e12ee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/templates/js/Makefile.in
Expand Up @@ -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 \
Expand All @@ -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@)@)@
Expand Down

0 comments on commit c6e12ee

Please sign in to comment.