From a48d0e9ba3e72cdf6c64c9636b646205a1680d06 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 20 Sep 2012 20:32:32 +0000 Subject: (check) rename it as 'check_full' --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/Makefile b/perl-install/Makefile index 2305e7182..cd46ba5c2 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -28,7 +28,7 @@ clean: check_pms_encoding: @for i in $(ALLPMS); do charset=ascii; grep -q 'use utf8' $$i && charset=utf8; iconv -f $$charset -t $$charset $$i >/dev/null || { echo "bad $$charset character in $$i"; exit 1; }; done -check: check_pms_encoding +check_full: check_pms_encoding perl -I. -Mlang -e 'lang::check' check2: -- cgit v1.2.1