X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=89e2b41b6911c905b0d701dfff86e90b0e56bbd9;hp=6df6bd6adf0b48358e7a45d35f4542462dbcf573;hb=75135af65fa95dfcb51d5025a824f0971fafbdbc;hpb=e4d536e60900dfb8cd9c9ef9f7a2cf24d5d5839e diff --git a/Makefile b/Makefile index 6df6bd6a..89e2b41b 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,8 @@ default: build PYTHON=python export PYTHON +PYFLAKES=pyflakes +export PYFLAKES # setup.py will extend sys.path to include our support/lib/... directory # itself. It will also create it in the beginning of the 'develop' command. @@ -132,7 +134,7 @@ check-miscaptures: .PHONY: pyflakes pyflakes: - @$(PYTHON) -OOu `which pyflakes` $(SOURCES) |sort |uniq + $(PYFLAKES) $(SOURCES) |sort |uniq @echo .PHONY: check-umids