File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 8ffc2b0f5e4b05472578797a569090ea04052593
2
+ refs/heads/master: 486217d7a2779d35c1177c7b1b7e96c1e5d30441
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
Original file line number Diff line number Diff line change 152
152
153
153
doc/rust.g : rust.md $(S ) src/etc/extract_grammar.py
154
154
@$(call E, extract_grammar: $@ )
155
- $(Q )$(S ) src/etc/extract_grammar.py $< > $@
155
+ $(Q )$(CFG_PYTHON ) $( S ) src/etc/extract_grammar.py $< > $@
156
156
157
157
verify-grammar : doc/rust.g
158
158
@$(call E, LLnextgen: $< )
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ define DEF_SNAP_FOR_STAGE_H
14
14
15
15
ifdef CFG_INSTALL_SNAP
16
16
snap-stage$(1 ) -H-$(2 ) : $$(HSREQ$(1 ) _H_$(2 ) )
17
- $(S ) src/etc/make-snapshot.py stage$(1 ) $(2 ) install
17
+ $(CFG_PYTHON ) $( S ) src/etc/make-snapshot.py stage$(1 ) $(2 ) install
18
18
else
19
19
snap-stage$(1 ) -H-$(2 ) : $$(HSREQ$(1 ) _H_$(2 ) )
20
- $(S ) src/etc/make-snapshot.py stage$(1 ) $(2 )
20
+ $(CFG_PYTHON ) $( S ) src/etc/make-snapshot.py stage$(1 ) $(2 )
21
21
endif
22
22
23
23
endef
@@ -30,4 +30,4 @@ snap-stage1: snap-stage1-H-$(CFG_HOST_TRIPLE)
30
30
31
31
snap-stage2 : snap-stage2-H-$(CFG_HOST_TRIPLE )
32
32
33
- snap-stage3 : snap-stage3-H-$(CFG_HOST_TRIPLE )
33
+ snap-stage3 : snap-stage3-H-$(CFG_HOST_TRIPLE )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ $(HBIN0_H_$(CFG_HOST_TRIPLE))/rustc$(X): \
11
11
ifdef CFG_ENABLE_LOCAL_RUST
12
12
$(Q)$(S)src/etc/local_stage0.sh $(CFG_HOST_TRIPLE) $(CFG_LOCAL_RUST_ROOT)
13
13
else
14
- $(Q)$(S)src/etc/get-snapshot.py $(CFG_HOST_TRIPLE) $(SNAPSHOT_FILE)
14
+ $(Q)$(CFG_PYTHON) $( S)src/etc/get-snapshot.py $(CFG_HOST_TRIPLE) $(SNAPSHOT_FILE)
15
15
ifdef CFG_ENABLE_PAX_FLAGS
16
16
@$(call E, apply PaX flags: $@)
17
17
@"$(CFG_PAXCTL)" -cm "$@"
Original file line number Diff line number Diff line change @@ -701,7 +701,7 @@ tmp/$(FT).rc tmp/$(FT_DRIVER).rs: \
701
701
$(RPASS_TESTS ) \
702
702
$(S ) src/etc/combine-tests.py
703
703
@$(call E, check: building combined stage2 test runner)
704
- $(Q )$(S ) src/etc/combine-tests.py
704
+ $(Q )$(CFG_PYTHON ) $( S ) src/etc/combine-tests.py
705
705
706
706
define DEF_CHECK_FAST_FOR_T_H
707
707
# $(1) unused
You can’t perform that action at this time.
0 commit comments