From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Packaging Coq Date: Fri, 5 Dec 2014 12:17:38 +0100 Message-ID: <20141205111738.GA15226@debian.bordeaux.inria.fr> References: <87ppc0447w.fsf@karetnikov.org> <20141204100748.GA4371@debian.math.u-bordeaux1.fr> <87y4qn55qu.fsf@yeeloong.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xwqtc-0004LR-7n for guix-devel@gnu.org; Fri, 05 Dec 2014 06:18:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwqtV-0007QU-VK for guix-devel@gnu.org; Fri, 05 Dec 2014 06:18:00 -0500 Received: from mout.kundenserver.de ([212.227.17.24]:62081) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwqtV-0007Pk-LS for guix-devel@gnu.org; Fri, 05 Dec 2014 06:17:53 -0500 Content-Disposition: inline In-Reply-To: <87y4qn55qu.fsf@yeeloong.lan> 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: Mark H Weaver Cc: guix-devel@gnu.org On Thu, Dec 04, 2014 at 06:56:25PM -0500, Mark H Weaver wrote: > Andreas Enge writes: > > Instead of this, you could use > > #:make-flags '("world") > IMO, this is a misuse of #:make-flags. 'world' is not a make flag, it > is a make *target*. The make flags are also passed to 'make' during the > default 'check' and 'install' phases. In that case, maybe we should add a variable 'build-target' to our build system. Andreas