From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Cmake build system and build directories Date: Tue, 26 Nov 2013 08:50:51 +0100 Message-ID: <20131126075051.GA20851@debian> References: <20131125222201.GA14911@debian> <8761rgqf3z.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlDQP-0006dd-6W for guix-devel@gnu.org; Tue, 26 Nov 2013 02:51:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlDQH-0005VX-Jo for guix-devel@gnu.org; Tue, 26 Nov 2013 02:51:13 -0500 Content-Disposition: inline In-Reply-To: <8761rgqf3z.fsf@gnu.org> 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: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Mon, Nov 25, 2013 at 11:41:04PM +0100, Ludovic Courtès 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. Andreas