From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: attr: No rule to make target `check'. Date: Wed, 05 Dec 2012 21:34:54 +0100 Message-ID: <877gowqlu9.fsf@gnu.org> References: <87ehj4sokf.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgLgL-0003rl-Fu for bug-guix@gnu.org; Wed, 05 Dec 2012 15:35:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgLgH-0005gv-IS for bug-guix@gnu.org; Wed, 05 Dec 2012 15:35:01 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:17487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgLgH-0005gg-Br for bug-guix@gnu.org; Wed, 05 Dec 2012 15:34:57 -0500 In-Reply-To: (Nikita Karetnikov's message of "Wed, 5 Dec 2012 19:11:10 +0300") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: bug-guix@gnu.org Nikita Karetnikov skribis: > I've attached the patch. We have to change it to call 'make > install-dev' because of 'acl'. How to do it? Likewise, replace the =E2=80=98install=E2=80=99 phase: (arguments '(#:phases (alist-replace 'install (lambda _ (zero? (system* "make" "install-dev"))) (alist-replace 'check ...)))) I realize it=E2=80=99d be more convenient to have #:test-target and #:install-target arguments. We should add that eventually. Thanks, Ludo=E2=80=99.