From owner-freebsd-current Tue Jul 9 18:59:31 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA25786 for current-outgoing; Tue, 9 Jul 1996 18:59:31 -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 SAA25775 for ; Tue, 9 Jul 1996 18:59:29 -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 SAA19825; Tue, 9 Jul 1996 18:58:29 -0700 (PDT) To: Mr Operating System cc: freebsd-current@freebsd.org Subject: Re: A couple of problems!! In-reply-to: Your message of "Tue, 09 Jul 1996 23:57:58 +0300." <199607092057.XAA18578@shadows.aeon.net> Date: Tue, 09 Jul 1996 18:58:29 -0700 Message-ID: <19823.836963909@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? Do it from the right directory.. :-) $ cd /usr/src $ make clean bootstrap install Jordan