From b0871c758e5b78d568a9dbb10f790b9b143c6adb Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 24 Aug 2001 21:46:32 +0000 Subject: (test_pms): make perl_checker skip help.pm --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/Makefile b/perl-install/Makefile index 1a5d0ac7c..449348567 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -31,7 +31,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 -excluderesize_fat::c_rewritten -excludeMDK::Common::Globals -excludeCGI $$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 $$i; done for i in install2 install_steps_*.pm; do perl -cw -I. $$i; done verify_c: -- cgit v1.2.1