/usr/src make problem

cpghost cpghost at cordula.ws
Thu May 12 15:43:01 PDT 2005


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 at 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/



More information about the freebsd-questions mailing list