From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30248 invoked by alias); 9 Jan 2007 21:38:20 -0000 Received: (qmail 30238 invoked by uid 22791); 9 Jan 2007 21:38:20 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 09 Jan 2007 21:38:13 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1H4Ofb-00018J-CW for gdb-patches@sourceware.org; Tue, 09 Jan 2007 16:38:11 -0500 Date: Tue, 09 Jan 2007 21:38:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Ignore two more files for copyright.sh Message-ID: <20070109213811.GE30631@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-01/txt/msg00269.txt.bz2 Pie on my face. I knew this would happen... I suppose I'm impressed there was only one test depending on exact line numbering. I've reverted the changes to those two files. Sorry! -- Daniel Jacobowitz CodeSourcery 2007-01-09 Daniel Jacobowitz * copyright.sh (prunes): Add step-line.inp and step-line.c. Index: copyright.sh =================================================================== RCS file: /cvs/src/src/gdb/copyright.sh,v retrieving revision 1.1 diff -u -p -r1.1 copyright.sh --- copyright.sh 9 Jan 2007 17:08:18 -0000 1.1 +++ copyright.sh 9 Jan 2007 21:36:58 -0000 @@ -61,7 +61,8 @@ byhand=" " # Files which should not be modified, either because they are -# generated, non-FSF, or otherwise special (e.g. license text). +# generated, non-FSF, or otherwise special (e.g. license text, +# or test cases which must be sensitive to line numbering). prunes=" COPYING COPYING.LIB @@ -76,6 +77,8 @@ gdbtk gdb.gdbtk osf-share aclocal.m4 +step-line.inp +step-line.c " ####