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 e696992 commit 0a42d5aCopy full SHA for 0a42d5a
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