summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-01-22 11:28:43 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-01-22 11:28:43 +0000
commitc07ef58d38178c5149ad0bd227929d2f3f6523bc (patch)
tree9e72717325370b998bdffbf512950cd5aecb5460 /perl-install/Makefile
parentb4c759214793eaceac42cf9d169ed327740069db (diff)
downloaddrakx-backup-do-not-use-c07ef58d38178c5149ad0bd227929d2f3f6523bc.tar
drakx-backup-do-not-use-c07ef58d38178c5149ad0bd227929d2f3f6523bc.tar.gz
drakx-backup-do-not-use-c07ef58d38178c5149ad0bd227929d2f3f6523bc.tar.bz2
drakx-backup-do-not-use-c07ef58d38178c5149ad0bd227929d2f3f6523bc.tar.xz
drakx-backup-do-not-use-c07ef58d38178c5149ad0bd227929d2f3f6523bc.zip
exclude standalone from testing
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 402407d07..17c08d3ab 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -33,7 +33,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 $$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 -excludestandalone $$i; done
for i in install2 install_steps_*.pm; do perl -cw -I. $$i; done
verify_c: