From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: Some simple build simplification patches Date: Fri, 25 Mar 2011 19:37:33 +0100 Message-ID: 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 1301078257 6539 80.91.229.12 (25 Mar 2011 18:37:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 25 Mar 2011 18:37:37 +0000 (UTC) Cc: guile-devel@gnu.org To: Neil Jerram Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Mar 25 19:37:32 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 1Q3Bt4-0004TV-ER for guile-devel@m.gmane.org; Fri, 25 Mar 2011 19:37:30 +0100 Original-Received: from localhost ([127.0.0.1]:60300 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3Bt3-0001Rp-Pd for guile-devel@m.gmane.org; Fri, 25 Mar 2011 14:37:29 -0400 Original-Received: from [140.186.70.92] (port=34167 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3Bsv-0001PN-2E for guile-devel@gnu.org; Fri, 25 Mar 2011 14:37:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3Bst-0006h9-L2 for guile-devel@gnu.org; Fri, 25 Mar 2011 14:37:20 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:40428 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3Bst-0006gz-IV for guile-devel@gnu.org; Fri, 25 Mar 2011 14:37:19 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 895354D2B; Fri, 25 Mar 2011 14:39:00 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=0YufG9qhqKoYf59qYKH9Vn8A+68=; b=SMtNc0 qg5h0bSlINTpVLbQ1427VMZmxVixs87uajkHbHG+o9/0OfNPMS+RzgMCM1yI607V udfsXhSTQXHszzS0d/GcbgBpEJ144HJHcmfWLMZJ3QD9vsQD2HX9KrVnN4Nxf0Vk ZakkLntukoNkAsXt5Fw4ESm4m8qQAO6hpUzh8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=dyoIvJF7/lDjMqYlMz0/XReQOER8UCni 9yqOMbkvTgwUo02oKJHYMO+SVwdDwgGwk5xRtBhELLfemMipBlE9ltbD4pPHiik5 iFG1apKMbCehAliCxi7b4dWZv6842Ww8lQUNl9b/hR72a8H2wraNZPYEstqgJxxa EZr4Ap1bL2s= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 75B984D2A; Fri, 25 Mar 2011 14:38:58 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id D54004D29; Fri, 25 Mar 2011 14:38:56 -0400 (EDT) In-Reply-To: <1300745961-4287-1-git-send-email-neil@ossau.uklinux.net> (Neil Jerram's message of "Mon, 21 Mar 2011 22:19:16 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 255B893A-570F-11E0-9BB2-E8AB60295C12-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 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:11988 Archived-At: 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! Andy -- http://wingolog.org/