From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6854 invoked by alias); 22 Oct 2005 01:19:19 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6575 invoked by uid 22791); 22 Oct 2005 01:19:16 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 22 Oct 2005 01:19:16 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j9M1JCL2028052; Fri, 21 Oct 2005 21:19:12 -0400 Received: from devserv.devel.redhat.com (devserv.devel.redhat.com [172.16.58.1]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j9M1JCV11755; Fri, 21 Oct 2005 21:19:12 -0400 Received: from theseus.home..redhat.com (vpn26-11.sfbay.redhat.com [172.16.26.11]) by devserv.devel.redhat.com (8.12.11/8.12.11) with ESMTP id j9M1J4c9025930; Fri, 21 Oct 2005 21:19:06 -0400 To: DJ Delorie Cc: drow@false.org, gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: Update gdbtk dependencies to fix --disable-gdbtk References: <20051019144623.GA10419@nevyn.them.org> <200510192317.j9JNHQUp009535@greed.delorie.com> From: Jim Blandy Date: Sat, 22 Oct 2005 01:19:00 -0000 In-Reply-To: <200510192317.j9JNHQUp009535@greed.delorie.com> (DJ Delorie's message of "Wed, 19 Oct 2005 19:17:26 -0400") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-10/txt/msg00183.txt.bz2 DJ Delorie writes: > I'm OK with this from a technical point of view, but I'll defer to the > gdb folks if it's a Good Idea to do it this way. I think it's a Good Idea to do it this way, but I'll defer to DJ for the technical point of view. >> 2005-10-19 Daniel Jacobowitz >> >> * Makefile.def: Remove gdb dependencies for gdbtk. >> * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables. >> (configure-gdb, install-gdb): New rules. >> * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK. >> * Makefile.in, configure: Regenerated.