summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-19 20:03:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-19 20:03:34 +0000
commit0a4ac9e0619782478e0c792492307029895deadc (patch)
tree74a3cd03d1aafe46378e947bf00bcb215c58372f /perl-install/Makefile
parentc85425ed49345940db69e57fbf9b91c15c6d821e (diff)
downloaddrakx-backup-do-not-use-0a4ac9e0619782478e0c792492307029895deadc.tar
drakx-backup-do-not-use-0a4ac9e0619782478e0c792492307029895deadc.tar.gz
drakx-backup-do-not-use-0a4ac9e0619782478e0c792492307029895deadc.tar.bz2
drakx-backup-do-not-use-0a4ac9e0619782478e0c792492307029895deadc.tar.xz
drakx-backup-do-not-use-0a4ac9e0619782478e0c792492307029895deadc.zip
add "make test_pms_all"
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile3
1 files changed, 3 insertions, 0 deletions
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 $@ $<