From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22224 invoked by alias); 29 Mar 2011 08:11:21 -0000 Received: (qmail 22214 invoked by uid 22791); 29 Mar 2011 08:11:20 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.nokia.com (HELO mgw-da01.nokia.com) (147.243.128.24) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 29 Mar 2011 08:11:15 +0000 Received: from gar.localnet (berwst16747.europe.nokia.com [172.25.167.47]) by mgw-da01.nokia.com (Switch-3.4.3/Switch-3.4.3) with ESMTP id p2T8B3eL017317; Tue, 29 Mar 2011 11:11:03 +0300 From: =?iso-8859-1?q?Andr=E9_P=F6nitz?= To: gdb-patches@sourceware.org Subject: Re: [PATCH] gdb: start a gitignore Date: Tue, 29 Mar 2011 10:12:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.32-21-generic; KDE/4.4.5; i686; ; ) Cc: ext Pierre Muller , "'Mike Frysinger'" References: <1301367964-6823-1-git-send-email-vapier@gentoo.org> <004a01cbede5$1e157ed0$5a407c70$@muller@ics-cnrs.unistra.fr> In-Reply-To: <004a01cbede5$1e157ed0$5a407c70$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201103291011.05247.andre.poenitz@nokia.com> X-Nokia-AV: Clean 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-03/txt/msg01162.txt.bz2 On Tuesday 29 March 2011 09:44:21 ext Pierre Muller wrote: > I am not sure I understand the reason of these patches: > > all the listed files are always generated in the build directory, > and gdb should never be build in its source directory > so that you should never end up by creating those in > a source directory. gdb builds just fine within the source directory, and especially with git's ability to do a proper cleanup of the source directory (git clean -dxf) there is not much of a reason to use shadow builds (unless one really wants to build different configurations from the _same_ source). Andre'