From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: Some simple build simplification patches Date: Fri, 25 Mar 2011 20:00:43 +0000 Message-ID: <87r59vas2c.fsf@ossau.uklinux.net> References: <1300745961-4287-1-git-send-email-neil@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1301083757 5340 80.91.229.12 (25 Mar 2011 20:09:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 25 Mar 2011 20:09:17 +0000 (UTC) Cc: guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Mar 25 21:09:13 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 1Q3DJo-0001Ln-RH for guile-devel@m.gmane.org; Fri, 25 Mar 2011 21:09:12 +0100 Original-Received: from localhost ([127.0.0.1]:58687 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3DJn-00078N-VT for guile-devel@m.gmane.org; Fri, 25 Mar 2011 16:09:12 -0400 Original-Received: from [140.186.70.92] (port=59620 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3DBp-000840-E1 for guile-devel@gnu.org; Fri, 25 Mar 2011 16:01:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3DBh-0000QO-7U for guile-devel@gnu.org; Fri, 25 Mar 2011 16:00:50 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:39332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3DBh-0000QD-1o for guile-devel@gnu.org; Fri, 25 Mar 2011 16:00:49 -0400 Original-Received: from arudy (unknown [78.145.18.116]) by mail3.uklinux.net (Postfix) with ESMTP id 6BC931F66B5; Fri, 25 Mar 2011 20:00:47 +0000 (GMT) Original-Received: from neil-laptop (unknown [192.168.11.4]) by arudy (Postfix) with ESMTP id AAB593801E; Fri, 25 Mar 2011 20:00:44 +0000 (GMT) In-Reply-To: (Andy Wingo's message of "Fri, 25 Mar 2011 19:37:33 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 80.84.72.33 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:11991 Archived-At: Andy Wingo writes: > On Mon 21 Mar 2011 23:19, Neil Jerram writes: > >> Following are 4 simple (I believe) patches that simplify the build. >> Plus the one at the end (#5) that is only very loosely related to this, >> because of its mentioning of the $GUILE variable, but I think is a >> useful cleanup anyway. > > All sounds fine to me! Thanks, I've pushed those then. After doing that, I remembered that Jan had a query about GUILE_FOR_BUILD, and we didn't yet reach a conclusion in that conversation. Jan, please do follow up to that, and I will be happy to revert any GUILE_FOR_BUILD-related changes if we conclude that that's the right thing. Regards, Neil