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: Some simple build simplification patches Date: Mon, 21 Mar 2011 22:19:16 +0000 Message-ID: <1300745961-4287-1-git-send-email-neil@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1300747630 5587 80.91.229.12 (21 Mar 2011 22:47:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 21 Mar 2011 22:47:10 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Mar 21 23:47:06 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 1Q1nsM-0003Ia-7z for guile-devel@m.gmane.org; Mon, 21 Mar 2011 23:47:05 +0100 Original-Received: from localhost ([127.0.0.1]:58738 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1nY3-0006Ev-8l for guile-devel@m.gmane.org; Mon, 21 Mar 2011 18:26:03 -0400 Original-Received: from [140.186.70.92] (port=40948 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1nSL-0003gi-RT for guile-devel@gnu.org; Mon, 21 Mar 2011 18:20:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1nRp-0002Qb-RW for guile-devel@gnu.org; Mon, 21 Mar 2011 18:19:42 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:41565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1nRp-0002Q9-Lg for guile-devel@gnu.org; Mon, 21 Mar 2011 18:19:37 -0400 Original-Received: from arudy (unknown [78.149.125.161]) by mail3.uklinux.net (Postfix) with ESMTP id 06E041F664C for ; Mon, 21 Mar 2011 22:19:36 +0000 (GMT) Original-Received: from neil-laptop.520b.com (unknown [192.168.11.4]) by arudy (Postfix) with ESMTP id 8FC303801E for ; Mon, 21 Mar 2011 22:19:33 +0000 (GMT) X-Mailer: git-send-email 1.7.1 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:11953 Archived-At: Hi all, 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. For me, these are part of working towards understanding and simplifying cross-compilation, and the next step is seeing if we really need the setting and using (in a few places only) of the $GUILE variable. Any comments / objections? Thanks, Neil PS. It's also my first try of using git send-email to send patches to the Guile list, so here's hoping that that works out...