Date: Mon, 15 Oct 2001 08:52:51 +1300 From: Jonathan Chen <jonathan.chen@itouch.co.nz> To: "Kasper (Swebase)" <kasper@swebase.com> Cc: freebsd-questions@freebsd.org Subject: Re: Kernel. Message-ID: <20011015085251.A91332@jonc.itouch> In-Reply-To: <001f01c154e5$e809b9c0$102543d5@swebaselaptop>; from kasper@swebase.com on Sun, Oct 14, 2001 at 09:24:54PM %2B0200 References: <006d01c1543d$5f3c2540$6600000a@columbia> <001f01c154e5$e809b9c0$102543d5@swebaselaptop>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 14, 2001 at 09:24:54PM +0200, Kasper (Swebase) wrote:
> The problem is not how to build a kernel because i know that.
> 
> The problem is that i cannot build a kernel because i get the bellow.
> 
> > > devil# /usr/sbin/config kernel
> > > Don't forget to do a ``make depend''
> > > Kernel build directory is ../../compile/kernel
> > > devil# cd ../../compile/kernel
> > > devil# make depend
> > > Makefile:27: *** missing separator.  Stop.
> > > devil#
That's 'cos you're using GNU make instead of FreeBSD's make. You didn't
install GNU-make using the ports system, and now there's confusion between
the two. If you install using the ports, it puts it in as "gmake".
    1:jonc-/tmp,8:48am> make
    "Makefile", line 1: Need an operator
    make: fatal errors encountered -- cannot continue
    1:jonc-/tmp,8:48am> gmake
    Makefile:1: *** missing separator.  Stop.
Take it out, and put it in `correctly' with the ports system. Alternatively,
you could try specifying "/usr/bin/make depend".
-- 
Jonathan Chen <jonathan.chen@itouch.co.nz>
----------------------------------------------------------------------
    The Internet: an empirical test of the idea that a million monkeys
                banging on a million keyboards can produce Shakespeare
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011015085251.A91332>
