From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31666 invoked by alias); 26 Jun 2008 01:47:52 -0000 Received: (qmail 31658 invoked by uid 22791); 26 Jun 2008 01:47:52 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 26 Jun 2008 01:47:35 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3D8DB2A967D; Wed, 25 Jun 2008 21:47:33 -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 lbQdGN0gOQ62; Wed, 25 Jun 2008 21:47:33 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 07CB82A9678; Wed, 25 Jun 2008 21:47:31 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 6F8C8E7ACD; Wed, 25 Jun 2008 21:47:30 -0400 (EDT) Date: Thu, 26 Jun 2008 01:47:00 -0000 From: Joel Brobecker To: gdb@sourceware.org, Tom Tromey Subject: Re: Automatic dependency tracking Message-ID: <20080626014730.GB3751@adacore.com> References: <200806152203.14626.pedro@codesourcery.com> <20080616012617.GA8944@caradoc.them.org> <20080625182858.GA25575@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080625182858.GA25575@caradoc.them.org> User-Agent: Mutt/1.4.2.2i 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: 2008-06/txt/msg00268.txt.bz2 > Option two: we could require GNU make. GCC has done this for years, > but binutils does not; it may be premature. I think it's reasonable to require GNU make to build GDB. On all the platforms that we have here at AdaCore, we've never had any problem getting our hands on a recent version of GNU make. Hopefully, that's representative of the availability of that tool. -- Joel