Date: Mon, 3 Dec 2001 16:18:11 -0500 (EST) From: Robert Watson <rwatson@FreeBSD.org> To: Mark Murray <markm@FreeBSD.org> 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 Message-ID: <Pine.NEB.3.96L.1011203161136.37476G-100000@fledge.watson.org> In-Reply-To: <200112022124.fB2LO3546112@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1011203161136.37476G-100000>