diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-22 12:13:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-22 12:13:39 +0000 |
commit | 23305c2971e9efff1f4bf8eb1382a1fe432a9326 (patch) | |
tree | 683e604b8755b04940d3fe955573d5b9c70c5f17 /perl-install/Makefile | |
parent | 9562c5d46175f75515afff8b1005a12002b231e8 (diff) | |
download | drakx-23305c2971e9efff1f4bf8eb1382a1fe432a9326.tar drakx-23305c2971e9efff1f4bf8eb1382a1fe432a9326.tar.gz drakx-23305c2971e9efff1f4bf8eb1382a1fe432a9326.tar.bz2 drakx-23305c2971e9efff1f4bf8eb1382a1fe432a9326.tar.xz drakx-23305c2971e9efff1f4bf8eb1382a1fe432a9326.zip |
- exclude urpm from perl_checker
- add checking keyboard.pm
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 5a050762a..11c36df99 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -18,6 +18,7 @@ clean: check: $(MAKE) -C share/po check perl -I. -Mlang -e 'lang::check' + perl -I. -Mkeyboard -e 'keyboard::check' tar-drakxtools: clean rm -rf standalone/pixmaps @@ -34,7 +35,7 @@ $(DIRS): $(MAKE) -C $@ test_pms: verify_c - for i in install2 install_steps_*.pm standalone/keyboarddrake standalone/XFdrake standalone/drakboot; do perl_checker -I. -no_cw -excludec -excludehelp -excluderesize_fat::c_rewritten -excludeMDK::Common::Globals -excludeCGI -excludestandalone $$i; done + for i in install2 install_steps_*.pm standalone/keyboarddrake standalone/XFdrake standalone/drakboot; do perl_checker -I. -no_cw -excludec -excludehelp -excluderesize_fat::c_rewritten -excludeMDK::Common::Globals -excludeCGI -excludestandalone -excludeurpm $$i; done for i in install2 install_steps_*.pm; do perl -cw -I. $$i; done verify_c: |