We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4793f52 commit d578ef7Copy full SHA for d578ef7
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: e6969929db01fca31c66793dfea32ab46f777a48
+refs/heads/master: 0a42d5ae62771cbcdc4589ea9a019d8dbecb0ae7
trunk/Makefile.in
@@ -1129,11 +1129,12 @@ distcheck: $(PKG_TAR)
1129
1130
tidy:
1131
@$(call E, check: formatting)
1132
- $(Q)python $(S)src/etc/tidy.py \
+ $(Q)echo \
1133
$(filter-out $(GENERATED) $(addprefix $(S)src/, $(GENERATED)) \
1134
$(addprefix $(S)src/, $(RUSTLLVM_CS) $(RUSTLLVM_HDR) \
1135
$(PKG_3RDPARTY)) \
1136
- $(S)src/etc/%, $(PKG_FILES))
+ $(S)src/etc/%, $(PKG_FILES)) \
1137
+ | xargs -n 10 python $(S)src/etc/tidy.py
1138
1139
clean:
1140
@$(call E, cleaning)
0 commit comments