From owner-freebsd-questions@FreeBSD.ORG Thu May 12 22:43:00 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F01BD16A4CE for ; Thu, 12 May 2005 22:43:00 +0000 (GMT) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71BC143D8C for ; Thu, 12 May 2005 22:43:00 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from [192.168.254.11] (epia-2 [192.168.254.11]) by fw.farid-hajji.net (Postfix) with ESMTP id DFFCF4BBE5; Fri, 13 May 2005 00:39:52 +0200 (CEST) Message-ID: <4283DC6F.3080709@cordula.ws> Date: Fri, 13 May 2005 00:45:03 +0200 From: cpghost User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050428) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Probert References: <200505121347.33797.probertm@acm.org> In-Reply-To: <200505121347.33797.probertm@acm.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: /usr/src make problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 22:43:01 -0000 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/