summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-24 21:46:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-24 21:46:32 +0000
commitb0871c758e5b78d568a9dbb10f790b9b143c6adb (patch)
tree88769943c29c22325de26d7c2e6f3357bfac411a /perl-install
parent757e10d2736034c0a7b58704735ec88482efb870 (diff)
downloaddrakx-backup-do-not-use-b0871c758e5b78d568a9dbb10f790b9b143c6adb.tar
drakx-backup-do-not-use-b0871c758e5b78d568a9dbb10f790b9b143c6adb.tar.gz
drakx-backup-do-not-use-b0871c758e5b78d568a9dbb10f790b9b143c6adb.tar.bz2
drakx-backup-do-not-use-b0871c758e5b78d568a9dbb10f790b9b143c6adb.tar.xz
drakx-backup-do-not-use-b0871c758e5b78d568a9dbb10f790b9b143c6adb.zip
(test_pms): make perl_checker skip help.pm
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
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: