From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2501 invoked by alias); 20 Nov 2001 18:59:55 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 2456 invoked from network); 20 Nov 2001 18:59:51 -0000 Received: from unknown (HELO dell-pe2450-3.cambridge.redhat.com) (195.224.55.225) by sourceware.cygnus.com with SMTP; 20 Nov 2001 18:59:51 -0000 Received: from north-pole.nickc.cambridge.redhat.com (host217-35-36-178.in-addr.btopenworld.com [217.35.36.178]) by dell-pe2450-3.cambridge.redhat.com (Postfix) with ESMTP id EE6C28510F; Tue, 20 Nov 2001 18:59:49 +0000 (GMT) Received: from north-pole.nickc.cambridge.redhat.com.nickc.cambridge.redhat.com (localhost [127.0.0.1]) by north-pole.nickc.cambridge.redhat.com (Postfix) with ESMTP id 92EC311163A; Tue, 20 Nov 2001 18:58:08 +0000 (GMT) To: Andrew Cagney Cc: bug-binutils@gnu.org, gdb-patches@sources.redhat.com, haible@ilog.fr Subject: Re: Make .gmo files for distributions. References: <3BFAA29C.50003@cygnus.com> From: Nick Clifton Date: Thu, 08 Nov 2001 09:32:00 -0000 In-Reply-To: <3BFAA29C.50003@cygnus.com> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2001-11/txt/msg00154.txt.bz2 Hi Andrew, > Yes please. I'm wondering, though, why it doesn't happen anyway? Well for binutils, the .po files were only recently added, so the need for this rule has only just arisen. I decided it would be better to add the code to the top level Makefile, rather than placing copies of it in every binutils sub-directory, since this way no directory will be forgotten. Cheers Nick