From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jan Nieuwenhuizen Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH 4/5] Inline the effect of am/pre-inst-guile Date: Tue, 22 Mar 2011 21:46:25 +0100 Organization: www.AvatarAcademy.nl Message-ID: <1300826785.2341.17.camel@vuurvlieg> References: <1300745961-4287-1-git-send-email-neil@ossau.uklinux.net> <1300745961-4287-5-git-send-email-neil@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1300826799 8729 80.91.229.12 (22 Mar 2011 20:46:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 Mar 2011 20:46:39 +0000 (UTC) Cc: guile-devel@gnu.org To: Neil Jerram Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Mar 22 21:46:33 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q28TJ-0002rT-A1 for guile-devel@m.gmane.org; Tue, 22 Mar 2011 21:46:33 +0100 Original-Received: from localhost ([127.0.0.1]:45898 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q28TI-0004UJ-RM for guile-devel@m.gmane.org; Tue, 22 Mar 2011 16:46:32 -0400 Original-Received: from [140.186.70.92] (port=59021 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q28TE-0004T9-Oy for guile-devel@gnu.org; Tue, 22 Mar 2011 16:46:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q28TD-0001CF-D3 for guile-devel@gnu.org; Tue, 22 Mar 2011 16:46:28 -0400 Original-Received: from smtp-vbr19.xs4all.nl ([194.109.24.39]:2454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q28TD-0001C8-44 for guile-devel@gnu.org; Tue, 22 Mar 2011 16:46:27 -0400 Original-Received: from [192.168.1.112] (peder.onsbrabantnet.nl [88.159.206.46] (may be forged)) (authenticated bits=0) by smtp-vbr19.xs4all.nl (8.13.8/8.13.8) with ESMTP id p2MKkP95009362; Tue, 22 Mar 2011 21:46:25 +0100 (CET) (envelope-from janneke-list@xs4all.nl) In-Reply-To: <1300745961-4287-5-git-send-email-neil@ossau.uklinux.net> X-Mailer: Evolution 2.30.3 X-Virus-Scanned: by XS4ALL Virus Scanner X-MIME-Autoconverted: from 8bit to quoted-printable by smtp-vbr19.xs4all.nl id p2MKkP95009362 X-detected-operating-system: by eggs.gnu.org: FreeBSD 4.6-4.9 X-Received-From: 194.109.24.39 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:11956 Archived-At: Neil Jerram schreef op ma 21-03-2011 om 22:19 [+0000]: > It's just one variable definition, and in my opinion it confuses, > rather than helps, the overall build picture to have two names > (preinstguile and meta/guile) for the same thing. Ah, but in my cross build recipe, i have something like preinstguile=3D$GUILE_FOR_BUILD I know this isn't nice, I think preinstguile should go and we should use $GUILE_FOR_BUILD throughout. It's just one variable, but one that you can override, > - "$(preinstguile)" -l "$(srcdir)/$(snarf_doc).scm" -c " \ > + "$(top_builddir_absolute)/meta/guile" -l "$(srcdir)/$(snarf_doc).scm"= \ > + -c " \ How do you suggest this works during cross compiling? Greetings, Jan. --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.= nl =20