]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
make pyflakes run faster and with more alacrity
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 27 Apr 2007 01:12:35 +0000 (18:12 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 27 Apr 2007 01:12:35 +0000 (18:12 -0700)
GNUmakefile

index 1236f12a1e5daedf695541bfaa078b5c47254f4c..0150e142f3fdc7c885153c11e2fa2fb9aace7745 100644 (file)
@@ -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: "