From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21626 invoked by alias); 24 Feb 2011 18:27:50 -0000 Received: (qmail 21618 invoked by uid 22791); 24 Feb 2011 18:27:50 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 Feb 2011 18:27:46 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id F3DAF26008; Thu, 24 Feb 2011 10:27:44 -0800 (PST) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost4.vmware.com (Postfix) with ESMTP id EB927C9E1C; Thu, 24 Feb 2011 10:27:44 -0800 (PST) Message-ID: <4D66A320.6040007@vmware.com> Date: Thu, 24 Feb 2011 18:39:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.24 (X11/20101201) MIME-Version: 1.0 To: Joel Brobecker CC: Tom Tromey , "gdb-patches@sourceware.org" Subject: Re: [rfa] make clean should remove observe.h and observer.inc References: <4D6429F5.3030209@vmware.com> <4D657DB3.80807@vmware.com> <4D669D92.2090005@vmware.com> <20110224182546.GC2495@adacore.com> In-Reply-To: <20110224182546.GC2495@adacore.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00717.txt.bz2 Joel Brobecker wrote: >> That brings up another question. What about -exp.c? Technically >> they are generated files. Should make clean remove them? > > I would say no - we check them in so to allow users to build > GDB without requiring bison/flex. It would be problematic for > them if they disappeared at a simple "make clean". > We don't check them in -- they're not in cvs. We add them to the tar file when we make a release. OK, though, how about "make distclean"?