From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9212 invoked by alias); 24 Jun 2002 23:51:52 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 9197 invoked from network); 24 Jun 2002 23:51:50 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 24 Jun 2002 23:51:50 -0000 Received: from fleche.redhat.com (ta0197.peakpeak.com [204.144.244.197] (may be forged)) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id RAA18004; Mon, 24 Jun 2002 17:51:44 -0600 Received: by fleche.redhat.com (Postfix, from userid 1000) id 8F6624F80AA; Mon, 24 Jun 2002 18:04:54 -0600 (MDT) To: Andrew Cagney Cc: Eli Zaretskii , gdb-patches@sources.redhat.com Subject: Re: RFA: next gettextization step References: <877kkqq6y8.fsf@fleche.redhat.com> <3D175146.7060702@cygnus.com> <87lm94jsav.fsf@fleche.redhat.com> <3D17AC40.3060108@cygnus.com> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: I think my CAREER is RUINED!! Date: Mon, 24 Jun 2002 16:51:00 -0000 In-Reply-To: <3D17AC40.3060108@cygnus.com> Message-ID: <874rfsi5p5.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-06/txt/msg00497.txt.bz2 >>>>> "Andrew" == Andrew Cagney writes: >> Actually, the gmo files aren't in the repository. They do end up >> in the source tree though. Andrew> Sounds like they shouldn't? Maybe. It's a toss-up since the files have to be in the distribution. So on the one hand it is cleaner to put them in the build tree for developers, but on the other hand it means that the build rules for them won't ever be tested by maintainers. I've thought about this some more today. I'd prefer to move forward with my original patch. My reasoning is that similar code has been in the src tree (in 7 places) for 4 years now, so we've already worked out the problems with it. Tom