Subject: Re: make 3.80 ....
To: Caloro Maurizio <mauric@gmx.ch>
From: David S. <davids@idiom.com>
List: netbsd-users
Date: 07/15/2003 00:39:00
>
> after succesful compiling a new version of make (3.80)i have a new problem
> when i want do a "make depend" it comes fast with this msg
>
> Makefile:27: *** missing separator. Stop.
>
> /usr/src/sys/arch/i386/conf
> freebird# config MYKERNEL
> Don't forget to run "make depend"
> freebird# cd /usr/src/sys/arch/i386/compile/MYKERNEL
> freebird# make depend
>
> >> Makefile:27: *** missing separator. Stop.
>
> line 27 in makefile are >> .include <bsd.own.mk>
>
> why stop now ??
> for any suggestion iam where happy
You should the the system's 'make' ('/usr/bin/make') for compiling
a kernel, not GNU make.
David S.
>