diff options
| author | Patrick Walton <[email protected]> | 2010-10-13 15:21:42 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-10-13 15:21:42 -0700 |
| commit | 45a61b519106e51bf6b83c735eba39488bd0aa23 (patch) | |
| tree | a6b7daf41e143fdb9344fc7f79c94f9871c87e7e /src | |
| parent | Use the user-defined type aliases when reporting type errors (diff) | |
| download | rust-45a61b519106e51bf6b83c735eba39488bd0aa23.tar.xz rust-45a61b519106e51bf6b83c735eba39488bd0aa23.zip | |
Don't run tidy inside etc/. Should put out the burning tinderbox.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
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) |