From owner-freebsd-current Wed Jun 19 14:16:33 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA23415 for current-outgoing; Wed, 19 Jun 1996 14:16:33 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA23409 for ; Wed, 19 Jun 1996 14:16:31 -0700 (PDT) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id OAA09860 for ; Wed, 19 Jun 1996 14:16:29 -0700 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id PAA07733; Wed, 19 Jun 1996 15:14:30 -0600 Date: Wed, 19 Jun 1996 15:14:30 -0600 From: Nate Williams Message-Id: <199606192114.PAA07733@rocky.sri.MT.net> To: Nate Williams Cc: current@FreeBSD.org Subject: Re: Announcement: Upgraded Flex and bootstrap instructions In-Reply-To: <199606192055.OAA07553@rocky.sri.MT.net> References: <199606192055.OAA07553@rocky.sri.MT.net> Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk [ Bootstrapping flex ] *Argh* I forgot about make's 'feature' of keeping everything in-core for every single invocation. > # cd /usr/src/usr.bin/lex > # make bootstrap all install ^^^^^^^^^^^^^^^^^^^^^^^^^^ Try this instead # make bootstrap # make all install Sorry! Nate