diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-23 03:29:52 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-23 03:29:52 +0000 |
commit | 790f3a0f53ca7b1aa5ac3f8c9ea770f6494cdd49 (patch) | |
tree | a49824674b10286b0dd9286dcfb308a43314c2f7 /Makefile | |
parent | 48153651a7519d0654b8c9685907a203464bc684 (diff) | |
download | anaconda-790f3a0f53ca7b1aa5ac3f8c9ea770f6494cdd49.tar.gz anaconda-790f3a0f53ca7b1aa5ac3f8c9ea770f6494cdd49.tar.xz anaconda-790f3a0f53ca7b1aa5ac3f8c9ea770f6494cdd49.zip |
do the whole lot again
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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" |