We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc773a0 commit 0b7652aCopy full SHA for 0b7652a
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 992153672b550e9ca0e5c86b01a047eb614f7626
+refs/heads/master: 1ad8efa86e4581677274f76eb0730ab5883deadb
trunk/mk/pp.mk
@@ -9,7 +9,7 @@ PP_INPUTS_FILTERED = $(shell echo $(PP_INPUTS) | xargs grep -L no-reformat)
9
reformat: $(SREQ1)
10
@$(call E, reformat [stage1]: $@)
11
for i in $(PP_INPUTS_FILTERED); \
12
- do $(call CFG_RUN_TARG,stage1, stage1/rustc$(X)) \
+ do $(call CFG_RUN_TARG,stage0, stage1/rustc$(X)) \
13
--pretty normal $$i >$$i.tmp; \
14
if cmp --silent $$i.tmp $$i; \
15
then echo no changes to $$i; rm $$i.tmp; \
0 commit comments