From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7425 invoked by alias); 28 Jun 2008 19:20:53 -0000 Received: (qmail 7417 invoked by uid 22791); 28 Jun 2008 19:20:52 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 28 Jun 2008 19:20:35 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id m5SJKAaR025415; Sat, 28 Jun 2008 21:20:10 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id m5SJKAQI008684; Sat, 28 Jun 2008 21:20:10 +0200 (CEST) Date: Sat, 28 Jun 2008 19:20:00 -0000 Message-Id: <200806281920.m5SJKAQI008684@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: gdb@sourceware.org, tromey@redhat.com In-reply-to: <20080625182858.GA25575@caradoc.them.org> (message from Daniel Jacobowitz on Wed, 25 Jun 2008 14:28:58 -0400) Subject: Re: Automatic dependency tracking References: <200806152203.14626.pedro@codesourcery.com> <20080616012617.GA8944@caradoc.them.org> <20080625182858.GA25575@caradoc.them.org> 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/msg00305.txt.bz2 > Date: Wed, 25 Jun 2008 14:28:58 -0400 > From: Daniel Jacobowitz > > Option two: we could require GNU make. GCC has done this for years, > but binutils does not; it may be premature. I'd like to avoid this if we can. On OpenBSD we include GDB in the base system, but we don't have GNU make. This'll mean I'll have to do extensive makefile hackary whenever I import a new version of GDB in the OpenBSD tree. I'd rather spend that time on hacking more useful stuff. > Option three: we could manually list dependencies on generated files, > and support dependencies on source files only on systems with GNU > make. This effectively means GNU make is a requirement if you are > hacking on GDB, but not to build GDB from a clean tree. Given the way CVS handles time stamps on checkouts, this probably gets me in the same situation as above.