]> git.lizzy.rs Git - rust.git/commitdiff
add missing $(CFG_PYTHON) prefixes
authorDaniel Micay <danielmicay@gmail.com>
Thu, 3 Jan 2013 07:53:05 +0000 (02:53 -0500)
committerDaniel Micay <danielmicay@gmail.com>
Thu, 3 Jan 2013 08:15:35 +0000 (03:15 -0500)
mk/docs.mk
mk/snap.mk
mk/stage0.mk
mk/tests.mk

index 2a7b3eccbf6becc3f1a39541a2b7591caacd1eaa..9f64712b9c86027cb9fb274eaa290ebd794a5712 100644 (file)
@@ -152,7 +152,7 @@ else
 
 doc/rust.g: rust.md $(S)src/etc/extract_grammar.py
        @$(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
        @$(call E, LLnextgen: $<)
index 382f3cb4a8849c033ef0322255648283c02c5b91..21bdc3b80d8543718fedb78c69e2fa5dfde394e4 100644 (file)
@@ -14,10 +14,10 @@ define DEF_SNAP_FOR_STAGE_H
 
 ifdef CFG_INSTALL_SNAP
 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
 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
 
 endef
@@ -30,4 +30,4 @@ snap-stage1: snap-stage1-H-$(CFG_HOST_TRIPLE)
 
 snap-stage2: snap-stage2-H-$(CFG_HOST_TRIPLE)
 
-snap-stage3: snap-stage3-H-$(CFG_HOST_TRIPLE)
\ No newline at end of file
+snap-stage3: snap-stage3-H-$(CFG_HOST_TRIPLE)
index b64f5df9ca038b8a6042bce78e2665d29d8e539f..e1a83c18f4d46cbe2b6566c68bc732a29acaf536 100644 (file)
@@ -11,7 +11,7 @@ $(HBIN0_H_$(CFG_HOST_TRIPLE))/rustc$(X):              \
 ifdef CFG_ENABLE_LOCAL_RUST
        $(Q)$(S)src/etc/local_stage0.sh $(CFG_HOST_TRIPLE) $(CFG_LOCAL_RUST_ROOT)
 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
        @$(call E, apply PaX flags: $@)
        @"$(CFG_PAXCTL)" -cm "$@"
index 3f085494f567d11c8772ada6d178328896250b21..454d540d84db92f652b435dece4eb13fd0a1080e 100644 (file)
@@ -701,7 +701,7 @@ tmp/$(FT).rc tmp/$(FT_DRIVER).rs: \
                $(RPASS_TESTS) \
                $(S)src/etc/combine-tests.py
        @$(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
 # $(1) unused