From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29543 invoked by alias); 31 Mar 2011 12:09:45 -0000 Received: (qmail 29517 invoked by uid 22791); 31 Mar 2011 12:09:43 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 31 Mar 2011 12:09:39 +0000 Received: (qmail 16019 invoked from network); 31 Mar 2011 12:09:38 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 31 Mar 2011 12:09:38 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.72) (envelope-from ) id 1Q5Ggz-0000Kt-45; Thu, 31 Mar 2011 12:09:37 +0000 Date: Thu, 31 Mar 2011 12:09:00 -0000 From: "Joseph S. Myers" To: Paolo Bonzini cc: DJ Delorie , gcc@gcc.gnu.org, binutils@sourceware.org, gdb@sourceware.org, newlib@sourceware.org, stan@codesourcery.com Subject: Re: On the toplevel configure and build system In-Reply-To: <4D9430CF.8020809@gnu.org> Message-ID: References: <201103301534.p2UFYDTE010954@greed.delorie.com> <4D9430CF.8020809@gnu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00212.txt.bz2 On Thu, 31 Mar 2011, Paolo Bonzini wrote: > On 03/30/2011 05:54 PM, Joseph S. Myers wrote: > > Thanks. My inclination is to say that this should be considered an > > independent tool in its own repository, as something not required in the > > build of any of the other tools. More specifically, utils/mep and > > utils/wince look like independent tools each of which would better go in > > its own toplevel directory (mep-integrator, cesetup) (and would each go in > > an independent repository based on the shared toplevel, since they use > > libiberty), while utils/spu appears to have no toplevel dependencies and > > so should be completely independent, possibly without toplevel support for > > building it. Since utils/spu and utils/wince have no non-build-system > > changes since 2000, I'd be inclined to say we should declare those two > > subdirectories dead and run "cvs rm" on them - people wanting to resurrect > > them can always extract the data from CVS later. (And I still think > > utils/mep should move to its own toplevel directory.) > > No, these tools _are_ built after all. My claim is that while they *are* built, the lack of substantive changes in the past decade is evidence that utils/spu and utils/wince are probably no longer being used. Stan, you appear to be the only person with non-build-system changes in the utils/spu ChangeLog (from the years 1994 and 2000). Do you have any reason to believe it is still being used, or is it OK to run "cvs rm" on that directory's contents in the src repository? DJ, the same questions apply for utils/wince; you appear to have the only non-build-system changes, in 1999 and 2000. In the modules file the only place utils appears is in old-gdb (that is, it used to be considered part of the GDB sources but no longer is). > However, moving them to a new toplevel directory and getting rid of utils > would be a good thing. Moving utils/mep to its own toplevel directory, that is, if the other two aren't being used. -- Joseph S. Myers joseph@codesourcery.com