Don't run tidy inside etc/. Should put out the burning tinderbox.

This commit is contained in:
Patrick Walton 2010-10-13 15:21:42 -07:00
parent e129a9b4ce
commit 45a61b5191

View File

@ -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)