Skip to content

Commit fb7b0d3

Browse files
committed
---
yaml --- r: 2894 b: refs/heads/master c: d569a71 h: refs/heads/master v: v3
1 parent 98f9775 commit fb7b0d3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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: af9272f70efd3732b22c3f41095c0c7abfdf1418
2+
refs/heads/master: d569a71b0b4bac30a4b15b10d95d839e915cd0b3

trunk/mk/pp.mk

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
2+
PP_INPUTS := $(wildcard $(addprefix $(S)src/lib/,*.rs */*.rs)) \
3+
$(wildcard $(addprefix $(S)src/comp/,*.rs */*.rs */*/*.rs))
4+
15
reformat: $(SREQ1)
26
@$(call E, reformat [stage1]: $@)
3-
for i in $(wildcard $(addprefix $(S)src/comp/, \
4-
*.rs */*.rs */*/*.rs)); \
7+
for i in $(PP_INPUTS); \
58
do $(call CFG_RUN_TARG,stage1, stage1/rustc$(X)) \
69
--pretty $$i >$$i.tmp && mv $$i.tmp $$i; \
710
done

0 commit comments

Comments
 (0)