From owner-freebsd-current Fri Jun 12 01:13:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA03533 for freebsd-current-outgoing; Fri, 12 Jun 1998 01:13:10 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA03450 for ; Fri, 12 Jun 1998 01:12:54 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id SAA18521; Fri, 12 Jun 1998 18:12:46 +1000 Date: Fri, 12 Jun 1998 18:12:46 +1000 From: Bruce Evans Message-Id: <199806120812.SAA18521@godzilla.zeta.org.au> To: bde@zeta.org.au, ianh@tortuga.com.au Subject: Re: src Makefile fix Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> What was wrong with my fix except it hasn't been tested enough? > >Ever eager to get the build to complete, I implemented your suggestion, and >it worked... for "lex". Unfortunately, it dies with the same problem >in "usr.bin/compile_et". compile_et is even easier to fix^H^H^Hhack, since it doesn't use y.tab.h. >Call me old fashioned, but shouldn't we try to fix the problem in one place? Af flag to bsd.dep.mk can't do it, since the flag would have to be set in more than one place. >Perhaps we should go back to "bsd.dep.mk" and only use functionality that >has been available on all systems that can reasonably be expected to >compile -current. No. Yacc should be bootstrapped earlier so that systems without yacc can reasonably be expected to compile -current. I was just hoping to avoid it. Important things like cc use bison. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message