summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-08 18:19:39 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-08 18:19:39 +0000
commitb4fd82d0ced6a2118a51b060d2eff8c4f179b52b (patch)
tree0fb0839fc809cc3da4de93b682a1d27d23970f84 /perl-install
parent0714a3c70ac8f9681452769bf911e229683c4242 (diff)
downloaddrakx-backup-do-not-use-b4fd82d0ced6a2118a51b060d2eff8c4f179b52b.tar
drakx-backup-do-not-use-b4fd82d0ced6a2118a51b060d2eff8c4f179b52b.tar.gz
drakx-backup-do-not-use-b4fd82d0ced6a2118a51b060d2eff8c4f179b52b.tar.bz2
drakx-backup-do-not-use-b4fd82d0ced6a2118a51b060d2eff8c4f179b52b.tar.xz
drakx-backup-do-not-use-b4fd82d0ced6a2118a51b060d2eff8c4f179b52b.zip
skip module CGI in test_pms (perl_checker)
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 5810ebbe1..8a5139f10 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -25,7 +25,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 $$i; done
+ 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; do perl -cw -I. $$i; done
verify_c: