From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15995 invoked by alias); 29 Sep 2002 20:39:26 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 15937 invoked from network); 29 Sep 2002 20:39:25 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 29 Sep 2002 20:39:25 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 6059E3D88; Sun, 29 Sep 2002 16:39:20 -0400 (EDT) Message-ID: <3D9764F8.7000100@redhat.com> Date: Sun, 29 Sep 2002 13:39:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nathanael Nerode Cc: gcc-patches@gcc.gnu.org, gdb@sources.redhat.com, binutils@sources.redhat.com, dj@redhat.com Subject: Re: top level: make more dependencies explicit References: <20020929165232.GA27545@doctormoo.dyndns.org> <3D9733C2.2010405@redhat.com> <20020929172608.GA27678@doctormoo.dyndns.org> <3D973C44.6090601@redhat.com> <20020929174544.GA30373@doctormoo.dyndns.org> <3D974828.4050009@redhat.com> <20020929190100.GA31652@doctormoo.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00503.txt.bz2 > Is the setting of SHELL the only problem with using Makefile.in as a > Makefile? It looks like none of the others matter, in which case I'd > like to bring them back. ``Looks like'' isn't sufficient :-) The commands: gmake -f Makefile.in gdb+dejagnu.tar gmake -f Makefile.in insight+dejagnu.tar and some equivalent for binutils, need to work (I'm not sure what BINUTILS uses, ask DanielJ). You may want to subscribe to gdbadmin (see http://sources.redhat.com/gdb/mailing-lists/) so you can monitor GDB's snapshot process. Andrew