From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25215 invoked by alias); 18 Oct 2011 04:11:14 -0000 Received: (qmail 24818 invoked by uid 22791); 18 Oct 2011 04:11:12 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 Oct 2011 04:10:58 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 0351B1B400F; Tue, 18 Oct 2011 04:10:57 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: Re: [PATCH v2] sim: generate build dependencies on the fly Date: Tue, 18 Oct 2011 11:57:00 -0000 User-Agent: KMail/1.13.7 (Linux/3.1.0-rc4; KDE/4.6.5; x86_64; ; ) Cc: toolchain-devel@blackfin.uclinux.org References: <1310436152-8693-1-git-send-email-vapier@gentoo.org> <1310540262-31796-1-git-send-email-vapier@gentoo.org> <201109282203.04338.vapier@gentoo.org> In-Reply-To: <201109282203.04338.vapier@gentoo.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201110180010.58720.vapier@gentoo.org> 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-10/txt/msg00495.txt.bz2 On Wednesday 28 September 2011 22:03:03 Mike Frysinger wrote: > On Wednesday, July 13, 2011 02:57:42 Mike Frysinger wrote: > > Lift the code that GDB is using to generate dependencies on the fly and > > port it over to the sim. Now people shouldn't have to manually maintain > > these in their Makefile's now. > > ping ... ping ... hopefully last big build system patch for a while :) -mike