Skip to content

Commit 06011c8

Browse files
committed
---
yaml --- r: 2880 b: refs/heads/master c: 49742b8 h: refs/heads/master v: v3
1 parent 4c1d3ee commit 06011c8

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
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: e5dc138dfa53d0351031b4955f697b6ac808afae
2+
refs/heads/master: 49742b86be15f391dc5153d5c9db3572f5142f83

trunk/Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,4 @@ include $(CFG_SRC_DIR)/mk/snap.mk
240240
include $(CFG_SRC_DIR)/mk/clean.mk
241241
include $(CFG_SRC_DIR)/mk/autodep.mk
242242
include $(CFG_SRC_DIR)/mk/fuzzer.mk
243+
include $(CFG_SRC_DIR)/mk/pp.mk

trunk/mk/pp.mk

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

0 commit comments

Comments
 (0)