From owner-freebsd-current Thu May 30 14:04:03 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA24879 for current-outgoing; Thu, 30 May 1996 14:04:03 -0700 (PDT) Received: from tfs.com (tfs.com [140.145.250.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA24853 for ; Thu, 30 May 1996 14:03:58 -0700 (PDT) Received: from critter.tfs.com by tfs.com (smail3.1.28.1) with SMTP id m0uPEsu-0003wvC; Thu, 30 May 96 14:03 PDT Received: from critter.tfs.com (localhost [127.0.0.1]) by critter.tfs.com (8.7.5/8.6.12) with ESMTP id VAA01485 for ; Thu, 30 May 1996 21:03:52 GMT To: current@freebsd.org Subject: Re: cvs commit: src/bin/sh Makefile arith_lex.l In-reply-to: Your message of "Thu, 30 May 1996 13:52:30 MST." <199605302052.NAA23406@freefall.freebsd.org> Date: Thu, 30 May 1996 21:03:49 +0000 Message-ID: <1483.833490229@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > phk 96/05/30 13:52:29 > > Modified: bin/sh Makefile arith_lex.l > Log: > Use new yacc rules. (I'm fixing the tree as fast as I can :-) The tree will be broken until I get through all of the changes that need to happen. The breakage is minor but extensive. Basically you will see three pieces of trouble: y.tab.h file not found. The file is now called something else along the lines of FOO.tab.h Fix by changing the #include. Maybe certain the yacc targets are not made by the time the typically lex generated items try to include the above file. Workaround by shuffling the order in the SRCS line. Make clean may fail to remove the above file. fix: add to CLEANFILES in Makefile instead of y.tab.h Sorry about this, but it's all done for a better and more parallel future. I will gladly accept help if fixing these problems. -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@ref.tfs.com TRW Financial Systems, Inc. Future will arrive by its own means, progress not so.