From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3013 invoked by alias); 7 Apr 2002 20:52:44 -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 2998 invoked from network); 7 Apr 2002 20:52:43 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 7 Apr 2002 20:52:43 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 2AFF53CBF; Sun, 7 Apr 2002 16:52:42 -0400 (EDT) Message-ID: <3CB0B199.5040704@cygnus.com> Date: Sun, 07 Apr 2002 13:52:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.9) Gecko/20020328 X-Accept-Language: en-us, en MIME-Version: 1.0 To: binutils@sources.redhat.com Cc: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [patch] Add gdb.tar rule to top-level Makefile.in References: <3CB0A559.3080706@cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00261.txt.bz2 > Once I've re-checked that the patch doesn't affect the binutils snapshot process, I'll check it in (gdb 5.2 branch and src mainline). Done. Found two things: - BINUTILS snapshot process relies on GNU make - the new do-bz2 rule was (re-)creating the tar ball created by do-tar. Neither were affecting GDB. I've fixed both and committed the change. Andrew