Add 'pyflakes' rule.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 1 Mar 2010 03:45:43 +0000 (04:45 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 1 Mar 2010 03:46:50 +0000 (04:46 +0100)
source4/scripting/python/config.mk

index 390f6c811a4df5118883848ea956072df1fe881e..0dd248e64583a19e720955767b670fd48a1c827c 100644 (file)
@@ -33,3 +33,8 @@ epydoc:: pythonmods
        PYTHONPATH=$(pythonbuilddir):../lib/subunit/python epydoc $(EPYDOC_OPTIONS) samba tdb ldb subunit testtools
 
 install:: installpython
+
+PYFLAKES = pyflakes
+
+pyflakes::
+       $(PYFLAKES) $(pyscriptsrcdir)/samba