summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-17 12:27:21 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-17 12:27:21 +0000
commit6b9f9f0d2ac9fc8bef0df803a5deac7938d2175e (patch)
tree06e8cde689721cbc6cb0a5440c6cbbe71f82c105
parent3bcdf28b53709065171aa52243bce6ca3a3016bc (diff)
downloaddrakx-backup-do-not-use-6b9f9f0d2ac9fc8bef0df803a5deac7938d2175e.tar
drakx-backup-do-not-use-6b9f9f0d2ac9fc8bef0df803a5deac7938d2175e.tar.gz
drakx-backup-do-not-use-6b9f9f0d2ac9fc8bef0df803a5deac7938d2175e.tar.bz2
drakx-backup-do-not-use-6b9f9f0d2ac9fc8bef0df803a5deac7938d2175e.tar.xz
drakx-backup-do-not-use-6b9f9f0d2ac9fc8bef0df803a5deac7938d2175e.zip
(test_pms): exclude urpm from uses
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 49c682867..59ccb47c2 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -46,7 +46,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 -excludeURPM -excludeURPM::Package -excludeURPM::DB -excludeURPM::Resolve $$i; done
+ for i in install2 install_steps_*.pm standalone/keyboarddrake standalone/XFdrake standalone/drakboot; do perl_checker -I. -no_cw -excludec -excludehelp -excludeurpm -excluderesize_fat::c_rewritten -excludeMDK::Common::Globals -excludeCGI -excludestandalone -excludeURPM -excludeURPM::Package -excludeURPM::DB -excludeURPM::Resolve $$i; done
for i in install2 install_steps_*.pm; do perl -cw -I. $$i; done
verify_c: