From 0a4ac9e0619782478e0c792492307029895deadc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 19 Dec 2002 20:03:34 +0000 Subject: add "make test_pms_all" --- perl-install/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index ac39008fa..e5f04c445 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -47,6 +47,9 @@ $(DIRS): 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)) + %.mo: %.po msgfmt -o $@ $< -- cgit v1.2.1