Subject: PR/35271 CVS commit: src/gnu
To: None <toolchain-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Nick Hudson <skrll@netbsd.org>
List: netbsd-bugs
Date: 01/12/2007 13:25:03
The following reply was made to PR toolchain/35271; it has been noted by GNATS.

From: Nick Hudson <skrll@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/35271 CVS commit: src/gnu
Date: Fri, 12 Jan 2007 13:24:30 +0000 (UTC)

 Module Name:	src
 Committed By:	skrll
 Date:		Fri Jan 12 13:24:30 UTC 2007
 
 Modified Files:
 	src/gnu/dist/gdb6/gdb: Makefile.in
 	src/gnu/usr.bin/gdb6/gdb: Makefile
 	src/gnu/usr.bin/gdb6/libgdb: Makefile
 
 Log Message:
 Deal with lex and yacc generated files for gdb in the same way as gcc.
 That is, use the files supplied with the distribution and never attempt
 to rebuild them.
 
 Should fix PR/35271
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.2 -r1.3 src/gnu/dist/gdb6/gdb/Makefile.in
 cvs rdiff -r1.5 -r1.6 src/gnu/usr.bin/gdb6/gdb/Makefile
 cvs rdiff -r1.6 -r1.7 src/gnu/usr.bin/gdb6/libgdb/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.