From: david-sarah <david-sarah@jacaranda.org>
Date: Sun, 1 Jul 2012 20:17:11 +0000 (+0000)
Subject: Makefile: in check-umids, exclude 'old.py' to avoid false positives.
X-Git-Tag: allmydata-tahoe-1.10a1~73
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/%22news.html/%22doc.html/using.html?a=commitdiff_plain;h=8d020aaba2ecf2d0783a74d3c86ca46a2b96596e;p=tahoe-lafs%2Ftahoe-lafs.git

Makefile: in check-umids, exclude 'old.py' to avoid false positives.
---

diff --git a/Makefile b/Makefile
index 5529c161..cb09747d 100644
--- a/Makefile
+++ b/Makefile
@@ -138,11 +138,11 @@ pyflakes:
 	@echo
 
 check-umids:
-	$(PYTHON) misc/coding_tools/check-umids.py `find $(SOURCES) -name '*.py'`
+	$(PYTHON) misc/coding_tools/check-umids.py `find $(SOURCES) -name '*.py' -not -name 'old.py'`
 	@echo
 
 -check-umids:
-	-$(PYTHON) misc/coding_tools/check-umids.py `find $(SOURCES) -name '*.py'`
+	-$(PYTHON) misc/coding_tools/check-umids.py `find $(SOURCES) -name '*.py' -not -name 'old.py'`
 	@echo
 
 doc-checks: check-rst