From owner-freebsd-questions Tue Nov 13 14:48:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id B52F737B405 for ; Tue, 13 Nov 2001 14:48:51 -0800 (PST) Received: from jonc.itouch ([192.168.2.21]) by itouch.co.nz with esmtp (Exim 3.33 #1) id 163mME-000Gx6-00; Wed, 14 Nov 2001 11:48:42 +1300 Received: (from jonc@localhost) by jonc.itouch (8.11.6/8.11.6) id fADMmg356499; Wed, 14 Nov 2001 11:48:42 +1300 (NZDT) (envelope-from jonc) Date: Wed, 14 Nov 2001 11:48:42 +1300 From: Jonathan Chen To: FJU@fritzilldo.com Cc: freebsd-questions@freebsd.org Subject: Re: Kernel Compilation error. Message-ID: <20011114114842.A56481@jonc.itouch> References: <004401c16c65$8baafc60$0301a8c0@fritzilldo> <20011114090641.C55737@jonc.itouch> <002701c16c93$16ae2b70$0301a8c0@fritzilldo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <002701c16c93$16ae2b70$0301a8c0@fritzilldo>; from FJU@fritzilldo.com on Tue, Nov 13, 2001 at 05:32:32PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [Please don't remove the Cc: freebsd-questions] On Tue, Nov 13, 2001 at 05:32:32PM -0500, FJU@fritzilldo.com wrote: > Okay, so I tried this too... > > =============================================== > www# cd /sys/i386/conf/ > www# /usr/sbin/config -g FRITZILLDO2 > Don't forget to do a ``make depend'' > Kernel build directory is ../../compile/FRITZILLDO2 > www# cd ../../compile/FRITZILLDO2/ > www# gmake depend > Makefile:29: *** missing separator. Stop. > www# gmake > Makefile:29: *** missing separator. Stop. > =============================================== > > Both 'gmake' and 'gmake depend' don't work. I updated make today too. I'm > pretty sure the update I did was for gmake since I got it off gnu.org. > Either way. It should be working, right? You didn't read what I said. You *shouldn't* be using GNU make. You should be using the standard BSD make. -- Jonathan Chen ---------------------------------------------------------------------- "Nyuck, nyuck, nyuck" - Curly > ----- Original Message ----- > From: "Jonathan Chen" > To: > Cc: > Sent: Tuesday, November 13, 2001 3:06 PM > Subject: Re: Kernel Compilation error. > > > > On Tue, Nov 13, 2001 at 12:05:36PM -0500, FJU@Fritzilldo.com wrote: > > > My process for compilation. > > > ============================================= > > > www# cd /sys/i386/conf > > > www# ls > > > FRITZILLDO2 > > > www# /usr/sbin/config -g FRITZILLDO2 > > > Don't forget to do a ``make depend'' > > > Kernel build directory is ../../compile/FRITZILLDO2 > > > www# cd ../../compile/FRITZILLDO2/ > > > www# make > > > Makefile:29: *** missing separator. Stop. > > > ============================================= > > > > Two things: > > > > 1. You didn't read the instructions. It said: > > "Don't forget to do a ``make depend''" > > which you didn't do. > > > > 2. You're using GNU make instead of BSD make. It's a Bad Idea > > to install gmake as `make'. You should have used the ports > > to install it. It'd have gone in as `gmake' > > > > -- > > Jonathan Chen > > ------------------------------------------------------------------------ > > "We laugh in the face of danger, we drop icecubes down the vest of fear" > > - Edmond Blackadder III > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message