diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-09-30 18:54:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-09-30 18:54:15 +0000 |
commit | cedf27ad055e22462df4ac2da72e8dc0f31d39a9 (patch) | |
tree | 433767063fc639552717cca0ef9fe7d5c1a9e817 /perl-install/Makefile | |
parent | 5b72cbfda726d401844075c27cb014f38efbe948 (diff) | |
download | drakx-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/Makefile | 2 |
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 $@ $< |