From: Brian Warner Date: Thu, 10 Jan 2008 03:23:12 +0000 (-0700) Subject: Makefile: pyflakes: the newest pyflakes is more picky, more verbose, and prints the... X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=bc67f945465e64f11ab855147b98d2d000ef2141;p=tahoe-lafs%2Ftahoe-lafs.git Makefile: pyflakes: the newest pyflakes is more picky, more verbose, and prints the same message multiple times --- diff --git a/Makefile b/Makefile index 69676620..5bf40467 100644 --- 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: "