From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10986 invoked by alias); 8 Aug 2003 02:10:47 -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 10979 invoked from network); 8 Aug 2003 02:10:46 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.166.107) by sources.redhat.com with SMTP; 8 Aug 2003 02:10:46 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 00C042B86; Thu, 7 Aug 2003 22:10:43 -0400 (EDT) Message-ID: <3F3306A3.1080902@redhat.com> Date: Fri, 08 Aug 2003 02:10:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "H. J. Lu" Cc: GDB Subject: Re: PATCH: Support DESTDIR References: <20030731220953.GA18365@lucon.org> <3F2E6A53.70207@redhat.com> <20030807225314.GA27827@lucon.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00120.txt.bz2 > gdb/ > > 2003-08-07 H.J. Lu > > * Makefile.in (FLAGS_TO_PASS): Add DESTDIR. > (install-only): Support DESTDIR. > (uninstall): Likewise. > (install-gdbtk): Likewise. > > gdb/doc/ > > 2003-08-07 H.J. Lu > > * Makefile.in (install-info): Support DESTDIR. > (install-html): Likewise. > > gdb/gdbserver/ > > 2003-08-07 H.J. Lu > > * Makefile.in (install-only): Create dest dir. Support DESTDIR. > (uninstall): Support DESTDIR. > > mmalloc/ > > 2003-07-31 H.J. Lu > > * Makefile.in (install-info): Create dest dir. Support DESTDIR. > (install): Likewise. > Yes, thanks. Ok for mainline and 6.0 branch. I'll close gdb/977 and gdb/681. Andrew