From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27841 invoked by alias); 4 Feb 2002 10:07:56 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 27794 invoked from network); 4 Feb 2002 10:07:55 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 4 Feb 2002 10:07:55 -0000 Received: by fw-cam.cambridge.arm.com; id KAA06159; Mon, 4 Feb 2002 10:07:53 GMT Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma005601; Mon, 4 Feb 02 10:07:20 GMT Received: from cam-mail2.cambridge.arm.com (localhost [127.0.0.1]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id KAA23750; Mon, 4 Feb 2002 10:07:19 GMT Received: from sun18.cambridge.arm.com (sun18.cambridge.arm.com [172.16.2.18]) by cam-mail2.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id KAA01490; Mon, 4 Feb 2002 10:07:17 GMT Message-Id: <200202041007.KAA01490@cam-mail2.cambridge.arm.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Daniel Jacobowitz cc: gdb@sources.redhat.com, Richard.Earnshaw@arm.com Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. X-Url: http://www.arm.com/ Subject: Re: [CVS note] New directory gdb/regformats/ In-reply-to: Your message of "Mon, 04 Feb 2002 01:44:32 EST." <20020204014432.A23870@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 04 Feb 2002 02:07:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-02/txt/msg00074.txt.bz2 > Andrew pointed out that anyone who doesn't do CVS updates with -d (get new > directories) is going to lose when I add rules to use the new regformats > directory. So, if you've got a checkout and do not automatically get new > directories, you may want to go into src/gdb/ and issue a > 'cvs update -d regformats' in order to get it. Just a reminder that if you do a cvs update -d from the top level, you will get *everything* in the src repository. That includes all of the X distribution... R.