From owner-cvs-all Mon Dec 3 13:18:50 2001 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id C1EF937B439; Mon, 3 Dec 2001 13:18:25 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.6/8.11.5) with SMTP id fB3LICi41557; Mon, 3 Dec 2001 16:18:12 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Mon, 3 Dec 2001 16:18:11 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/yacc closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c skeleton.c symtab.c verbose.c warshall.c In-Reply-To: <200112022124.fB2LO3546112@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This breaks the upgrade path from systems that have pre-FBSDID includes, as yacc is part of the build tools that are built using native system includes. Not sure what the right solution is, but it might include one of: (1) don't use FBSDID for build tools (2) don't build build tools on non-recent FreeBSD systems (3) provide an include stub for build tools that defines FBSDID Your choice of these, and other solutions, would be great. In the mean time, my older -CURRENT boxes refuse to upgrade. :-) Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Sun, 2 Dec 2001, Mark Murray wrote: > markm 2001/12/02 13:24:03 PST > > Modified files: > usr.bin/yacc closure.c error.c lalr.c lr0.c main.c > mkpar.c output.c reader.c skeleton.c > symtab.c verbose.c warshall.c > Log: > Use __FBSDID(). > > Revision Changes Path > 1.8 +5 -3 src/usr.bin/yacc/closure.c > 1.9 +4 -4 src/usr.bin/yacc/error.c > 1.9 +5 -3 src/usr.bin/yacc/lalr.c > 1.8 +5 -3 src/usr.bin/yacc/lr0.c > 1.14 +3 -9 src/usr.bin/yacc/main.c > 1.12 +4 -4 src/usr.bin/yacc/mkpar.c > 1.20 +5 -3 src/usr.bin/yacc/output.c > 1.11 +5 -3 src/usr.bin/yacc/reader.c > 1.31 +5 -1 src/usr.bin/yacc/skeleton.c > 1.8 +5 -3 src/usr.bin/yacc/symtab.c > 1.8 +5 -3 src/usr.bin/yacc/verbose.c > 1.8 +5 -3 src/usr.bin/yacc/warshall.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message