From 120d8f3c8c11a21d53178c4cd6fcc4f846ded35f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 5 Apr 2005 10:01:31 +0000 Subject: the keyboard check is always failing, can't make pablo have it right, so not checking it by default (that way we can have the "make check" in gi call "make check" in gi/perl-install) --- perl-install/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index 2605a3386..caa4134ce 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -49,6 +49,8 @@ check_pms_encoding: check: check_pms_encoding perl -I. -Mlang -e 'lang::check' + +check2: perl -I. -Mkeyboard -e 'keyboard::check' localcopy: clean -- cgit v1.2.1