Date: Fri, 31 May 1996 15:57:16 +0200 (MET DST) From: "Christoph P. Kukulies" <kuku@gilberto.physik.rwth-aachen.de> To: chuckr@Glue.umd.edu (Chuck Robey) Cc: kuku@gilberto.physik.rwth-aachen.de, freebsd-current@freefall.freebsd.org Subject: Re: yacc rules break many things Message-ID: <199605311357.PAA24778@gilberto.physik.rwth-aachen.de> In-Reply-To: <Pine.OSF.3.91.960531092252.24415B-100000@professor.eng.umd.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Fri, 31 May 1996, Christoph P. Kukulies wrote: > > > /usr/src/lib/libform > > > > was the next stopper. Something seems to have changed in the yacc > > rules. The sources always rely on y.tab.h being present > > but the -b prefix switch changes that to <prefix>.tab.h. > > I hand fixed it by adding a line > > > > cp ${.PREFIX}.tab.h y.tab.h > > > > in the sys.mk .y.o: rule but this is surely only a temporary hack > > since it leaves both header files and the clean target might not know > > about it. > > > > Or am I totally off? > > There was a warning from PHK about the fact that he was changing the yacc > rules, and this would break a lot of things in the tree. He's been > making commits to fix it; don't you see them? Among the problems he > mentioned in that y.tab.h would be changing names. I could have easily overlooked it if it had not been announced as Subject: WARNING!! changing yacc rules will break world build for a couple of days now. or some such. Sorry that it escaped me. > > > > > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de > > > > ----------------------------+----------------------------------------------- > Chuck Robey | Interests include any kind of voice or data > chuckr@eng.umd.edu | communications topic, C programming, and Unix. > 9120 Edmonston Ct #302 | > Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD > (301) 220-2114 | version 2.2 current -- and great FUN! > ----------------------------+----------------------------------------------- > > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605311357.PAA24778>