]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Makefile: run pyflakes as 'pyflakes', not python `which pyflakes`
authorBrian Warner <warner@lothar.com>
Fri, 5 Feb 2016 20:32:02 +0000 (12:32 -0800)
committerBrian Warner <warner@lothar.com>
Fri, 5 Feb 2016 20:32:02 +0000 (12:32 -0800)
commit75135af65fa95dfcb51d5025a824f0971fafbdbc
tree3c729bcadda8b100db0e4b50a3bf15ff155ab929
parente4d536e60900dfb8cd9c9ef9f7a2cf24d5d5839e
Makefile: run pyflakes as 'pyflakes', not python `which pyflakes`

This funky invocation syntax was introduced in 2007 (commit 56ad518),
with a comment of "make pyflakes run faster". I no longer have any idea
why that might have been the case. It's time to simplify this, because
some of our buildslaves have pipsi-installed "pyflakes" on their $PATH,
which use a "python" that's different than the one on $PATH.
Makefile