From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30109 invoked by alias); 14 Feb 2002 04:24:41 -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 30040 invoked from network); 14 Feb 2002 04:24:38 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.135.44) by sources.redhat.com with SMTP; 14 Feb 2002 04:24:38 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 842BA3CC5; Wed, 13 Feb 2002 23:24:37 -0500 (EST) Message-ID: <3C6B3C05.1000902@cygnus.com> Date: Wed, 13 Feb 2002 20:24:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] gdbserver 2/3 - platform config References: <20020205174819.B13231@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00391.txt.bz2 > -GDBSERVER_LIBS= -lbsd > -GDBSERVER_DEPFILES= low-lynx.o > +# OBSOLETE > +## GDBSERVER_LIBS= -lbsd > +## GDBSERVER_DEPFILES= low-lynx.o Use something like: # OBSOLETE GDBSERVER_... so that `grep ... | grep -v OBSOLETE` doesn't even show the line. Otherwize ok. The targets that were broken should be listed in the NEWS file. Andrew