summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 $@ $<