From: Zooko O'Whielacronx 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/vdrive/%22news.html/?a=commitdiff_plain;h=56ad51857c7f654b130c554b1b7f3100c026a7a0;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: "