Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2005 00:45:03 +0200
From:      cpghost <cpghost@cordula.ws>
To:        Mark Probert <probertm@acm.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: /usr/src make problem
Message-ID:  <4283DC6F.3080709@cordula.ws>
In-Reply-To: <200505121347.33797.probertm@acm.org>
References:  <200505121347.33797.probertm@acm.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Mark Probert wrote:

>Hi ..
>
>I have just updated my source tree, gone into /usr/src, and have the following 
>error:
>
>kant# make -j4 buildworld
>Makefile:92: *** missing separator.  Stop.
>
>kant# make -v
>GNU Make 3.80
>  
>
Check your PATH. GNU Make should not be used to compile the sources.
pmake (/usr/bin/make) should be used for this.

You've probably installed 'gmake' as 'make' in /usr/local/bin, and have
/usr/local/bin before /usr/bin in your path. Therefore, the wrong
version of make gets called.

>kant# uname -a
>FreeBSD kant 5.3-RELEASE FreeBSD 5.3-RELEASE #1: Mon Jan 24 15:27:25 PST 2005     
>mark@kant:/usr/src/sys/i386/compile/UCOM  i386
>
>Line 92, is
>  
>.if !empty(_MAKEOBJDIRPREFIX)                                                                                               
>
>So this is not a tab/space issue.  
>Any ideas, anyone? 
>
>TIA,
>  
>
Regards,
-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4283DC6F.3080709>