diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-07-30 17:09:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-07-30 17:09:52 +0000 |
commit | cab2d5d83956892c3f5ce8f130e1245ffc7f6020 (patch) | |
tree | e08153fafd31620005ff3cb796a2f445bb9df763 | |
parent | c700f4f73a858b69eb7183aa25abb1f710563571 (diff) | |
download | drakx-cab2d5d83956892c3f5ce8f130e1245ffc7f6020.tar drakx-cab2d5d83956892c3f5ce8f130e1245ffc7f6020.tar.gz drakx-cab2d5d83956892c3f5ce8f130e1245ffc7f6020.tar.bz2 drakx-cab2d5d83956892c3f5ce8f130e1245ffc7f6020.tar.xz drakx-cab2d5d83956892c3f5ce8f130e1245ffc7f6020.zip |
use -excludeMDK::Common::Globals for perl_checker
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 60d8cab2b..6c79c43f3 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 $$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 $$i; done for i in install2 install_steps_*.pm; do perl -cw -I. $$i; done verify_c: |