From owner-freebsd-current Tue Jul 9 19:03:08 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA26195 for current-outgoing; Tue, 9 Jul 1996 19:03:08 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA26190 for ; Tue, 9 Jul 1996 19:03:05 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id TAA19867; Tue, 9 Jul 1996 19:02:41 -0700 (PDT) To: Nate Williams cc: Mr Operating System , freebsd-current@freebsd.org Subject: Re: A couple of problems!! In-reply-to: Your message of "Tue, 09 Jul 1996 15:20:39 MDT." <199607092120.PAA19859@rocky.mt.sri.com> Date: Tue, 09 Jul 1996 19:02:41 -0700 Message-ID: <19865.836964161@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > If you read the -current email, you'd know that you *must* first do a > > > 'make bootstrap' in the lex diretory first. So > > > > > > # cd /usr/src/usr.bin/lex > > > # make clean > > > # make bootstrap > > > # make > > > # make install > > > > > > It'll work fine from then on. > > > > and when it doesnt? > > Then you aren't running current. I wasn't aware that the lex Makefile directly supported the "bootstrap" target in any release of the OS, but right you are! I guess someone did add bootstrap to lex. :-) So ignore my previous advice - I guess the poster really isn't running -current and running the global bootstrap rule won't help him. That's it, I'm going to stop answering questions until I've actually got the time to research them again first. :-) Jordan