From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2594 invoked by alias); 4 Oct 2012 13:39:19 -0000 Received: (qmail 2453 invoked by uid 22791); 4 Oct 2012 13:39:17 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 04 Oct 2012 13:39:13 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 5D94E1C7EB8; Thu, 4 Oct 2012 09:39:12 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id xY9h0Da+VKnU; Thu, 4 Oct 2012 09:39:12 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 184921C7EB3; Thu, 4 Oct 2012 09:39:12 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id C7864CB4C8; Thu, 4 Oct 2012 15:39:02 +0200 (CEST) Date: Thu, 04 Oct 2012 13:39:00 -0000 From: Joel Brobecker To: Khoo Yit Phang Cc: Doug Evans , Jan Kratochvil , GDB Patches Subject: Re: [PATCH] Also install data-directory into the build directory as computed by relocate_gdb_directory Message-ID: <20121004133902.GK3028@adacore.com> References: <9F52A338-A158-44DC-90C1-F46503859613@cs.umd.edu> <285502C6-1395-4049-9D55-031EDA3AD06D@cs.umd.edu> <20120924170348.GI4146@adacore.com> <20120927091737.GB2980@adacore.com> <20121004000840.GI3028@adacore.com> <20121004013358.GJ3028@adacore.com> <7D8A7772-25C5-46D7-B359-0EB727DBABFC@cs.umd.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7D8A7772-25C5-46D7-B359-0EB727DBABFC@cs.umd.edu> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2012-10/txt/msg00069.txt.bz2 > I've thought of one more option: we can compile two near copies of > gdb: I have thought of that too, but Jan worked pretty hard to reduce the amount of time required to build GDB by removing the creation of libgdb.a, and the build of gdbtui. Each of those step was probably taking the amount of time it takes to link GDB. I don't think we'll agree to regress in that respect just so that I can run GDB without having to install... -- Joel