aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2010-10-13 15:21:42 -0700
committerPatrick Walton <[email protected]>2010-10-13 15:21:42 -0700
commit45a61b519106e51bf6b83c735eba39488bd0aa23 (patch)
treea6b7daf41e143fdb9344fc7f79c94f9871c87e7e /src/Makefile
parentUse the user-defined type aliases when reporting type errors (diff)
downloadrust-45a61b519106e51bf6b83c735eba39488bd0aa23.tar.xz
rust-45a61b519106e51bf6b83c735eba39488bd0aa23.zip
Don't run tidy inside etc/. Should put out the burning tinderbox.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 15c35b3c..ff9dae16 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -938,7 +938,7 @@ tidy:
$(CFG_QUIET) python etc/tidy.py \
$(wildcard ../*.txt) \
../README \
- $(filter-out $(GENERATED) $(PKG_3RDPARTY), $(PKG_FILES))
+ $(filter-out $(GENERATED) $(PKG_3RDPARTY) etc/%, $(PKG_FILES))
runtime-clean:
$(CFG_QUIET)rm -f $(RUNTIME_OBJS) $(CFG_RUNTIME)