From cedf27ad055e22462df4ac2da72e8dc0f31d39a9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 30 Sep 2003 18:54:15 +0000 Subject: don't check *all* for test_pms_all, skip horrible stuffs --- 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 d8b9d4d65..59bbb222a 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -48,7 +48,7 @@ test_pms: perl_checker install2.pm install_steps_gtk.pm install_steps_stdio.pm partition_table/*.pm standalone/{harddrake2,diskdrake,draksec} test_pms_all: - perl_checker --check-unused $(wildcard $(ALLPMS)) + perl_checker $(shell echo $(ALLPMS) | perl -pe 's!(printer|share/advertising)\S+!!g') %.mo: %.po msgfmt -o $@ $< -- cgit v1.2.1