From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25854 invoked by alias); 10 May 2005 21:36:14 -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 25039 invoked from network); 10 May 2005 21:36:00 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 10 May 2005 21:36:00 -0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j4ALZPoM014496; Tue, 10 May 2005 23:35:25 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j4ALZPwC019094; Tue, 10 May 2005 23:35:25 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j4ALZPEp024087; Tue, 10 May 2005 23:35:25 +0200 (CEST) Date: Tue, 10 May 2005 21:38:00 -0000 Message-Id: <200505102135.j4ALZPEp024087@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: mkoegler@auto.tuwien.ac.at, gdb-patches@sources.redhat.com In-reply-to: <20050510205336.GA11701@nevyn.them.org> (message from Daniel Jacobowitz on Tue, 10 May 2005 16:53:36 -0400) Subject: Re: [PATCH] Add support for DESTDIR to the simulator core References: <20050510204920.GA24799@ahab.auto.tuwien.ac.at> <20050510205336.GA11701@nevyn.them.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2005-05/txt/msg00232.txt.bz2 Date: Tue, 10 May 2005 16:53:36 -0400 From: Daniel Jacobowitz On Tue, May 10, 2005 at 10:49:20PM +0200, Martin Koegler wrote: > I noticed, that sim is missing the support for DESTDIR in its Makefiles, > which is supported by all automake based programs. > > The patch added support for this feature. Is it possible to apply it to the > CVS? > > mfg Martin Kögler > PS: Please CC me on replies. The heck? You're the third person in the last week to submit this patch. I hadn't gotten to the oldest one yet. The problem isn't new; I wonder why everyone is encountering it all of a sudden? Oh, that's easy. In the past it was only hooked up to a few embedded targets, wheras now we build sim for every target based on a processor that we have a sim more. Are GDB maintainers supposed to review sim patches now? Mark