summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-11-27 22:29:29 +0000
committerJeremy Katz <katzj@redhat.com>2001-11-27 22:29:29 +0000
commit47913796e33561f31dbd0df3ec90db894cefe2f3 (patch)
tree39d086bc2443ab688774023255a37b760c016686 /Makefile
parentdc2531766bb4f0230309179b19e17f94b4f4e925 (diff)
downloadanaconda-47913796e33561f31dbd0df3ec90db894cefe2f3.tar.gz
anaconda-47913796e33561f31dbd0df3ec90db894cefe2f3.tar.xz
anaconda-47913796e33561f31dbd0df3ec90db894cefe2f3.zip
make pycheck work (need the pycheck from dist-8.0 and modify the script to use /usr/bin/python2)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 96c0dffc8..2fbda8933 100644
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,7 @@ create-archive:
make SNAPRELEASE=$(RELEASE) create-snapshot
pycheck:
- PYTHONPATH=edd:isys:balkan:textw:iw:installclasses pychecker *.py textw/*.py iw/*.py | grep -v "__init__() not called"
+ PYTHONPATH=edd:isys:balkan:textw:iw:installclasses:iconvmodule pychecker *.py textw/*.py iw/*.py | grep -v "__init__() not called"
pycheck-file:
- PYTHONPATH=.:edd:isys:balkan:textw:iw:installclasses:gnome-map pychecker $(CHECK) | grep -v "__init__() not called"
+ PYTHONPATH=.:edd:isys:balkan:textw:iw:installclasses:gnome-map:iconvmodule pychecker $(CHECK) | grep -v "__init__() not called"