summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-10-07 18:40:56 +0000
committerJeremy Katz <katzj@redhat.com>2002-10-07 18:40:56 +0000
commit434dd7730d99f305b9c4cd25f8e05a0bd7829c81 (patch)
tree6380cb6688795018bc1bd0c387cdd3fa190826e0 /Makefile
parent1cfc9bff58ae12a7f5f39bc6520ba6d8cbe6c4d9 (diff)
downloadanaconda-434dd7730d99f305b9c4cd25f8e05a0bd7829c81.tar.gz
anaconda-434dd7730d99f305b9c4cd25f8e05a0bd7829c81.tar.xz
anaconda-434dd7730d99f305b9c4cd25f8e05a0bd7829c81.zip
run pychecker on installclasses (from Sean Dilda)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b92443358..6f7c0d52a 100644
--- a/Makefile
+++ b/Makefile
@@ -120,7 +120,7 @@ create-archive:
make SNAPRELEASE=$(RELEASE) create-snapshot
pycheck:
- PYTHONPATH=isys:balkan:textw:iw:installclasses:iconvmodule:booty:booty/edd pychecker *.py textw/*.py iw/*.py | grep -v "__init__() not called"
+ PYTHONPATH=isys:balkan:textw:iw:installclasses:iconvmodule:booty:booty/edd pychecker *.py textw/*.py iw/*.py installclasses/*.py | grep -v "__init__() not called"
pycheck-file:
PYTHONPATH=.:isys:balkan:textw:iw:installclasses:gnome-map:iconvmodule:booty:booty/edd pychecker $(CHECK) | grep -v "__init__() not called"