Skip to content

Commit

Permalink
Concatenate a setting for use while building the js backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Mar 6, 2014
1 parent 2edd966 commit 609ed59
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/build/Makefile-JS.in
Expand Up @@ -32,14 +32,19 @@ $(PERL6_QCJ_PBC): $(PERL6_QCJ)
js-clean:
$(RM_RF) $(PERL6_QCJ_PBC)

cross_compiler=$(PERL6_QCJ_PBC) $(HLL_PBC)
cross_compiler=$(PERL6_QCJ_PBC) $(HLL_PBC) $(J_STAGE1)/$(CORE_SETTING_COMBINED)

cross_compiler: $(cross_compiler)

$(HLL_PBC) : $(HLL_BACKEND) $(PERL6_QCJ_PIR)
$(NQP) --target=pir --module-path=gen/js/stage1 --output=$(HLL_PIR) --encoding=utf8 $(HLL_BACKEND)
$(PARROT) -o $(HLL_PBC) $(HLL_PIR)

$(J_STAGE1)/$(CORE_SETTING_COMBINED): $(CORE_SETTING_SOURCES)
$(MKPATH) $(J_STAGE1)
$(PERL) tools/build/gen-cat.pl js $(CORE_SETTING_SOURCES) > $(J_STAGE1)/$(CORE_SETTING_COMBINED)


###
###
###
Expand Down

0 comments on commit 609ed59

Please sign in to comment.