From c07ef58d38178c5149ad0bd227929d2f3f6523bc Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 22 Jan 2002 11:28:43 +0000 Subject: exclude standalone from testing --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Makefile') 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: -- cgit v1.2.1