From 23305c2971e9efff1f4bf8eb1382a1fe432a9326 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 22 Feb 2002 12:13:39 +0000 Subject: - exclude urpm from perl_checker - add checking keyboard.pm --- perl-install/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/Makefile') 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: -- cgit v1.2.1