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 98f9775 commit fb7b0d3Copy full SHA for fb7b0d3
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: af9272f70efd3732b22c3f41095c0c7abfdf1418
+refs/heads/master: d569a71b0b4bac30a4b15b10d95d839e915cd0b3
trunk/mk/pp.mk
@@ -1,7 +1,10 @@
+
+PP_INPUTS := $(wildcard $(addprefix $(S)src/lib/,*.rs */*.rs)) \
3
+ $(wildcard $(addprefix $(S)src/comp/,*.rs */*.rs */*/*.rs))
4
5
reformat: $(SREQ1)
6
@$(call E, reformat [stage1]: $@)
- for i in $(wildcard $(addprefix $(S)src/comp/, \
- *.rs */*.rs */*/*.rs)); \
7
+ for i in $(PP_INPUTS); \
8
do $(call CFG_RUN_TARG,stage1, stage1/rustc$(X)) \
9
--pretty $$i >$$i.tmp && mv $$i.tmp $$i; \
10
done
0 commit comments