]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: pyflakes: the newest pyflakes is more picky, more verbose, and prints the...
authorBrian Warner <warner@allmydata.com>
Thu, 10 Jan 2008 03:23:12 +0000 (20:23 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 10 Jan 2008 03:23:12 +0000 (20:23 -0700)
Makefile

index 696766200bf48bb590272919e35946f22d730707..5bf40467b5abf791012949234020fe5dcca122a8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -244,7 +244,7 @@ endif
         $(PYTHON) misc/figleaf2el.py .figleaf src
 
 pyflakes:
-       $(PYTHON) -OOu `which pyflakes` src/allmydata
+       $(PYTHON) -OOu `which pyflakes` src/allmydata |sort |uniq
 
 count-lines:
        @echo -n "files: "