From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Cmake build system and build directories Date: Tue, 26 Nov 2013 16:11:39 +0100 Message-ID: <8738mji4es.fsf@gnu.org> References: <20131125222201.GA14911@debian> <8761rgqf3z.fsf@gnu.org> <20131126075051.GA20851@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlKIl-0000kd-Kw for guix-devel@gnu.org; Tue, 26 Nov 2013 10:11:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlKIf-0003mc-1D for guix-devel@gnu.org; Tue, 26 Nov 2013 10:11:47 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:9253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlKIe-0003lv-RC for guix-devel@gnu.org; Tue, 26 Nov 2013 10:11:40 -0500 In-Reply-To: <20131126075051.GA20851@debian> (Andreas Enge's message of "Tue, 26 Nov 2013 08:50:51 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > On Mon, Nov 25, 2013 at 11:41:04PM +0100, Ludovic Court=C3=A8s wrote: >> I suspect this one-byte change is enough: >> - (out-of-source? #f) >> + (out-of-source? #t) > > No, because the configure in cmake-build-system does not call that of > gnu-build-system; so this variable is not used. We would still have to > modify cmake-build-system. Ah right. I think we should copy what gnu-build-system.scm does in its =E2=80=98configure=E2=80=99 procedure. Ludo=E2=80=99.