提交 486217d7 编写于 作者: D Daniel Micay

add missing $(CFG_PYTHON) prefixes

上级 8ffc2b0f
...@@ -152,7 +152,7 @@ else ...@@ -152,7 +152,7 @@ else
doc/rust.g: rust.md $(S)src/etc/extract_grammar.py doc/rust.g: rust.md $(S)src/etc/extract_grammar.py
@$(call E, extract_grammar: $@) @$(call E, extract_grammar: $@)
$(Q)$(S)src/etc/extract_grammar.py $< >$@ $(Q)$(CFG_PYTHON) $(S)src/etc/extract_grammar.py $< >$@
verify-grammar: doc/rust.g verify-grammar: doc/rust.g
@$(call E, LLnextgen: $<) @$(call E, LLnextgen: $<)
......
...@@ -14,10 +14,10 @@ define DEF_SNAP_FOR_STAGE_H ...@@ -14,10 +14,10 @@ define DEF_SNAP_FOR_STAGE_H
ifdef CFG_INSTALL_SNAP ifdef CFG_INSTALL_SNAP
snap-stage$(1)-H-$(2): $$(HSREQ$(1)_H_$(2)) snap-stage$(1)-H-$(2): $$(HSREQ$(1)_H_$(2))
$(S)src/etc/make-snapshot.py stage$(1) $(2) install $(CFG_PYTHON) $(S)src/etc/make-snapshot.py stage$(1) $(2) install
else else
snap-stage$(1)-H-$(2): $$(HSREQ$(1)_H_$(2)) snap-stage$(1)-H-$(2): $$(HSREQ$(1)_H_$(2))
$(S)src/etc/make-snapshot.py stage$(1) $(2) $(CFG_PYTHON) $(S)src/etc/make-snapshot.py stage$(1) $(2)
endif endif
endef endef
...@@ -30,4 +30,4 @@ snap-stage1: snap-stage1-H-$(CFG_HOST_TRIPLE) ...@@ -30,4 +30,4 @@ snap-stage1: snap-stage1-H-$(CFG_HOST_TRIPLE)
snap-stage2: snap-stage2-H-$(CFG_HOST_TRIPLE) snap-stage2: snap-stage2-H-$(CFG_HOST_TRIPLE)
snap-stage3: snap-stage3-H-$(CFG_HOST_TRIPLE) snap-stage3: snap-stage3-H-$(CFG_HOST_TRIPLE)
\ No newline at end of file
...@@ -11,7 +11,7 @@ $(HBIN0_H_$(CFG_HOST_TRIPLE))/rustc$(X): \ ...@@ -11,7 +11,7 @@ $(HBIN0_H_$(CFG_HOST_TRIPLE))/rustc$(X): \
ifdef CFG_ENABLE_LOCAL_RUST ifdef CFG_ENABLE_LOCAL_RUST
$(Q)$(S)src/etc/local_stage0.sh $(CFG_HOST_TRIPLE) $(CFG_LOCAL_RUST_ROOT) $(Q)$(S)src/etc/local_stage0.sh $(CFG_HOST_TRIPLE) $(CFG_LOCAL_RUST_ROOT)
else else
$(Q)$(S)src/etc/get-snapshot.py $(CFG_HOST_TRIPLE) $(SNAPSHOT_FILE) $(Q)$(CFG_PYTHON) $(S)src/etc/get-snapshot.py $(CFG_HOST_TRIPLE) $(SNAPSHOT_FILE)
ifdef CFG_ENABLE_PAX_FLAGS ifdef CFG_ENABLE_PAX_FLAGS
@$(call E, apply PaX flags: $@) @$(call E, apply PaX flags: $@)
@"$(CFG_PAXCTL)" -cm "$@" @"$(CFG_PAXCTL)" -cm "$@"
......
...@@ -701,7 +701,7 @@ tmp/$(FT).rc tmp/$(FT_DRIVER).rs: \ ...@@ -701,7 +701,7 @@ tmp/$(FT).rc tmp/$(FT_DRIVER).rs: \
$(RPASS_TESTS) \ $(RPASS_TESTS) \
$(S)src/etc/combine-tests.py $(S)src/etc/combine-tests.py
@$(call E, check: building combined stage2 test runner) @$(call E, check: building combined stage2 test runner)
$(Q)$(S)src/etc/combine-tests.py $(Q)$(CFG_PYTHON) $(S)src/etc/combine-tests.py
define DEF_CHECK_FAST_FOR_T_H define DEF_CHECK_FAST_FOR_T_H
# $(1) unused # $(1) unused
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册