From owner-freebsd-questions@FreeBSD.ORG Wed Aug 27 00:39:46 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 1BBF816A4BF for ; Wed, 27 Aug 2003 00:39:46 -0700 (PDT) Received: from do.ru (p139.tc2.snt.ru [217.70.127.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3343043FF2 for ; Wed, 27 Aug 2003 00:39:42 -0700 (PDT) (envelope-from anton@do.ru) Received: from do.ru (IDENT:smmsp@localhost [127.0.0.1]) by do.ru (8.12.2/8.12.2) with ESMTP id h7R7de3d005636; Wed, 27 Aug 2003 14:39:40 +0700 Received: (from root@localhost) by do.ru (8.12.2/8.12.2/Submit) id h7R7deIw005635; Wed, 27 Aug 2003 14:39:40 +0700 Received: from a-serbulov.do.ru (a-serbulov.do.ru [192.168.1.36]) by do.ru (8.12.2/8.12.2) with ESMTP id h7R7dd3d005632 for ; Wed, 27 Aug 2003 14:39:40 +0700 Date: Wed, 27 Aug 2003 14:39:58 +0700 From: anton X-Mailer: The Bat! (v1.61) Organization: do X-Priority: 3 (Normal) Message-ID: <7417521314.20030827143958@do.ru> To: freebsd-questions@FreeBSD.ORG In-Reply-To: <8815631226.20030827140828@do.ru> References: <3813727228.20030827133644@do.ru> <000f01c36c66$81e37f60$f4f0a8c0@pcmedx.com> <8815631226.20030827140828@do.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re[3]: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: anton List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2003 07:39:46 -0000 Wednesday, August 27, 2003, 1:43:21 PM, you wrote: >>> I'v problem with upgarade FreeBSD-4.8 >>> >>> I input: >>> # cd /usr/src >>> # make buildworld >>> Makefile:137: *** missing separator. Stop. >>> >>> What is problem? MM>> It seems pretty obvious that there is an error at line 137 of the Makefile. MM>> Have you tampered with it? Post that line to the list or just do a cvsup and MM>> try again. I was do cvsup and try again. .if target(pre-world) @echo @echo "--------------------------------------------------------------" @echo ">>> Making 'pre-world' target" @echo "--------------------------------------------------------------" @cd ${.CURDIR}; ${MAKE} pre-world .endif Line 137: .if target(pre-world) P.S. I was copy /usr/src from remote host with NFS, do cvsup and was see this error. -- Best regards, anton mailto:anton@do.ru