From owner-freebsd-questions@FreeBSD.ORG Wed Aug 27 20:25:30 2003 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 E4B7E16A4BF for ; Wed, 27 Aug 2003 20:25:30 -0700 (PDT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD51343FE3 for ; Wed, 27 Aug 2003 20:25:29 -0700 (PDT) (envelope-from jonc@chen.org.nz) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.9/8.12.9) with ESMTP id h7S3PD4V023680; Thu, 28 Aug 2003 15:25:15 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.9/8.12.9/Submit) id h7S3PDJo023679; Thu, 28 Aug 2003 15:25:13 +1200 (NZST) (envelope-from jonc) Date: Thu, 28 Aug 2003 15:25:13 +1200 From: Jonathan Chen To: anton Message-ID: <20030828032513.GA23634@grimoire.chen.org.nz> References: <3813727228.20030827133644@do.ru> <20030827203217.GB7945@grimoire.chen.org.nz> <1821093422.20030828100755@do.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1821093422.20030828100755@do.ru> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: your mail 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, 28 Aug 2003 03:25:31 -0000 On Thu, Aug 28, 2003 at 10:07:55AM +0700, anton wrote: > Hello Jonathan, > > Thursday, August 28, 2003, 3:32:18 AM, you wrote: > > JC> On Wed, Aug 27, 2003 at 01:36:44PM +0700, anton wrote: > >> Hello freebsd-questions, > >> > >> I'v problem with upgarade FreeBSD-4.8 > >> > >> I intut: > >> # cd /usr/src > >> # make buildworld > >> Makefile:137: *** missing separator. Stop. > >> > >> What is problem? > > JC> You're using GNU make instead of /usr/bin/make. Don't. Building the > JC> system sources requires the BSD make. > I'm using /usr/bin/make If you are, it isn't the FreeBSD make. With the bundled system "make", the error signature looks something like: "Makefile", line 1: Need an operator make: fatal errors encountered -- cannot continue With GNU make the error signature looks like: Makefile:1: *** missing separator. Stop. So either you've overwritten the system's "make" with the GNU make (by installing GNU-make by hand instead of using the ports system), or your PATH is really weird. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead." -- RFC 1925