From 790f3a0f53ca7b1aa5ac3f8c9ea770f6494cdd49 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Sat, 23 Jun 2001 03:29:52 +0000 Subject: do the whole lot again --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1a7ee5ed6..6bec835f3 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,4 @@ create-archive: make SNAPRELEASE=$(RELEASE) create-snapshot pycheck: - @for I in *.py textw/*.py iw/*.py; do \ - PYTHONPATH=.:edd:isys:balkan:textw:iw:installclasses:gnome-map pychecker $$I | grep -v "__init__() not called"; \ - done - + PYTHONPATH=edd:isys:balkan:textw:iw:installclasses:gnome-map pychecker *.py textw/*.py iw/*.py | grep -v "__init__() not called" -- cgit