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 [EMAIL PROTECTED]:/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/

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to