summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-02-01 02:46:53 +0000
committerJeremy Katz <katzj@redhat.com>2002-02-01 02:46:53 +0000
commit70e5ecb65ce61c4f526d53bd52d663e6d9c2594a (patch)
treef8ce53d4a4672a87cb2adca123ec0b5b759b1356
parent8b98d61abb1a579db30cbbe55c005e6ce404de5c (diff)
downloadanaconda-70e5ecb65ce61c4f526d53bd52d663e6d9c2594a.tar.gz
anaconda-70e5ecb65ce61c4f526d53bd52d663e6d9c2594a.tar.xz
anaconda-70e5ecb65ce61c4f526d53bd52d663e6d9c2594a.zip
Add isomd5sum, more dirs for pychecker
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e199d70e1..f3d720b9a 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ endif
SUBDIRSHD = balkan isys collage $(MINISLANG) loader po \
textw utils scripts bootdisk installclasses \
- keymaps fonts iw pixmaps $(STUBS) iconvmodule
+ keymaps fonts iw pixmaps $(STUBS) iconvmodule isomd5sum
SUBDIRS = $(SUBDIRSHD)
# DESTDIR - destination for install image for install purposes
@@ -112,7 +112,7 @@ create-archive:
make SNAPRELEASE=$(RELEASE) create-snapshot
pycheck:
- PYTHONPATH=isys:balkan:textw:iw:installclasses:iconvmodule 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 | grep -v "__init__() not called"
pycheck-file:
- PYTHONPATH=.:isys:balkan:textw:iw:installclasses:gnome-map:iconvmodule pychecker $(CHECK) | grep -v "__init__() not called"
+ PYTHONPATH=.:isys:balkan:textw:iw:installclasses:gnome-map:iconvmodule:booty:booty/edd pychecker $(CHECK) | grep -v "__init__() not called"