Makefile: pyflakes: the newest pyflakes is more picky, more verbose, and prints the same message multiple times

This commit is contained in:
Brian Warner 2008-01-09 20:23:12 -07:00
parent ea24864544
commit bc67f94546

View File

@ -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: "