diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-11-27 22:29:29 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-11-27 22:29:29 +0000 |
commit | 47913796e33561f31dbd0df3ec90db894cefe2f3 (patch) | |
tree | 39d086bc2443ab688774023255a37b760c016686 /Makefile | |
parent | dc2531766bb4f0230309179b19e17f94b4f4e925 (diff) | |
download | anaconda-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |