Skip to content

Commit 0b7652a

Browse files
committed
---
yaml --- r: 3269 b: refs/heads/master c: 1ad8efa h: refs/heads/master i: 3267: 8c16812 v: v3
1 parent cc773a0 commit 0b7652a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 992153672b550e9ca0e5c86b01a047eb614f7626
2+
refs/heads/master: 1ad8efa86e4581677274f76eb0730ab5883deadb

trunk/mk/pp.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PP_INPUTS_FILTERED = $(shell echo $(PP_INPUTS) | xargs grep -L no-reformat)
99
reformat: $(SREQ1)
1010
@$(call E, reformat [stage1]: $@)
1111
for i in $(PP_INPUTS_FILTERED); \
12-
do $(call CFG_RUN_TARG,stage1, stage1/rustc$(X)) \
12+
do $(call CFG_RUN_TARG,stage0, stage1/rustc$(X)) \
1313
--pretty normal $$i >$$i.tmp; \
1414
if cmp --silent $$i.tmp $$i; \
1515
then echo no changes to $$i; rm $$i.tmp; \

0 commit comments

Comments
 (0)