Ignore xfail-pretty, xfail-stage2 files when reformatting

We shouldn't be trying to reformat source that we don't know to work because
we could just be breaking it more.
This commit is contained in:
Brian Anderson 2011-08-02 22:43:58 -07:00
parent 63600828cd
commit 92a4c0cee7
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ else
$(S)src/test/*/*/*.rs) \
$(wildcard $(S)src/fuzzer/*.rs)
PP_INPUTS_FILTERED = $(shell echo $(PP_INPUTS) | xargs grep -L no-reformat)
PP_INPUTS_FILTERED = $(shell echo $(PP_INPUTS) | xargs grep -L \
"no-reformat\|xfail-pretty\|xfail-stage2")
endif
reformat: $(SREQ1)