From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Fri, 27 Apr 2007 01:12:35 +0000 (-0700)
Subject: make pyflakes run faster and with more alacrity
X-Git-Tag: allmydata-tahoe_v0.1.1-1-UNSTABLE~27
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/file/README.win32?a=commitdiff_plain;h=56ad518;p=tahoe-lafs%2Ftahoe-lafs.git

make pyflakes run faster and with more alacrity
---

diff --git a/GNUmakefile b/GNUmakefile
index 1236f12a..0150e142 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -113,7 +113,7 @@ endif
 	$(PP) $(PYTHON) misc/figleaf2el.py .figleaf $(INSTDIR)
 
 pyflakes:
-	pyflakes src/allmydata
+	$(PYTHON) -OOu /usr/local/bin/pyflakes src/allmydata
 
 count-lines:
 	@echo -n "files: "