summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-09-30 18:54:15 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-09-30 18:54:15 +0000
commitcedf27ad055e22462df4ac2da72e8dc0f31d39a9 (patch)
tree433767063fc639552717cca0ef9fe7d5c1a9e817 /perl-install/Makefile
parent5b72cbfda726d401844075c27cb014f38efbe948 (diff)
downloaddrakx-cedf27ad055e22462df4ac2da72e8dc0f31d39a9.tar
drakx-cedf27ad055e22462df4ac2da72e8dc0f31d39a9.tar.gz
drakx-cedf27ad055e22462df4ac2da72e8dc0f31d39a9.tar.bz2
drakx-cedf27ad055e22462df4ac2da72e8dc0f31d39a9.tar.xz
drakx-cedf27ad055e22462df4ac2da72e8dc0f31d39a9.zip
don't check *all* for test_pms_all, skip horrible stuffs
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 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 $@ $<