From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3559 invoked by alias); 24 Jun 2002 23:33:21 -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 3523 invoked from network); 24 Jun 2002 23:33:20 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 24 Jun 2002 23:33:20 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 532383CB7; Mon, 24 Jun 2002 19:33:20 -0400 (EDT) Message-ID: <3D17AC40.3060108@cygnus.com> Date: Mon, 24 Jun 2002 16:33:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020613 X-Accept-Language: en-us, en MIME-Version: 1.0 To: tromey@redhat.com 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> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00495.txt.bz2 > Actually, the gmo files aren't in the repository. They do end up in > the source tree though. Sounds like they shouldn't? > I don't know enough about how gdb releases are done to really comment > on this. Is there any documentation on the process? http://sources.redhat.com/gdb/current/onlinedocs/gdbint_15.html#SEC128 the short answer is: cd src; make -f Makefile.in gdb.tar Andrew