diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-01-22 11:28:43 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-01-22 11:28:43 +0000 |
commit | c07ef58d38178c5149ad0bd227929d2f3f6523bc (patch) | |
tree | 9e72717325370b998bdffbf512950cd5aecb5460 | |
parent | b4c759214793eaceac42cf9d169ed327740069db (diff) | |
download | drakx-c07ef58d38178c5149ad0bd227929d2f3f6523bc.tar drakx-c07ef58d38178c5149ad0bd227929d2f3f6523bc.tar.gz drakx-c07ef58d38178c5149ad0bd227929d2f3f6523bc.tar.bz2 drakx-c07ef58d38178c5149ad0bd227929d2f3f6523bc.tar.xz drakx-c07ef58d38178c5149ad0bd227929d2f3f6523bc.zip |
exclude standalone from testing
-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 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: |