From owner-freebsd-questions Wed Jan 3 9:29:13 2001 From owner-freebsd-questions@FreeBSD.ORG Wed Jan 3 09:29:10 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from ss3000e.cselt.it (ss3000e.cselt.it [163.162.41.5]) by hub.freebsd.org (Postfix) with ESMTP id B3A7337B400 for ; Wed, 3 Jan 2001 09:29:09 -0800 (PST) Received: from rabadan.cselt.it (rabadan.cselt.it [163.162.4.12]) by ss3000e.cselt.it (PMDF V5.2-31 #43137) with ESMTP id <0G6L006AUKKHQP@ss3000e.cselt.it> for freebsd-questions@freebsd.org; Wed, 3 Jan 2001 18:29:05 +0100 (MET) Received: by rabadan.cselt.it with Internet Mail Service (5.5.2650.21) id ; Wed, 03 Jan 2001 18:29:00 +0100 Content-return: allowed Date: Wed, 03 Jan 2001 18:29:04 +0100 From: Aiello Alessandro Michele Subject: 4.2 stable: make world problems To: "'freebsd-questions@freebsd.org'" Message-id: MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, trying to upgrade my 4.0 to 4.2 stable, after cvsup, i've encountered the following problem: launching a make world (or a make buildworld) in /usr/src i've got this message: # make world Makefile:115: *** missing separator. Stop. The makefile's line with the mistake is: world: upgrade_checks @echo "--------------------------------------------------------------" @echo ">>> ${OBJFORMAT} make world started on ${STARTTIME}" @echo "--------------------------------------------------------------" .if target(pre-world) <--------------------------------------------------------------- LINE 115 @echo @echo "--------------------------------------------------------------" @echo ">>> Making 'pre-world' target" @echo "--------------------------------------------------------------" @cd ${.CURDIR}; ${MAKE} pre-world .endif @cd ${.CURDIR}; ${MAKE} buildworld @cd ${.CURDIR}; ${MAKE} -B installworld .if target(post-world) (i use the /usr/bin/make) Please, can anyone help me? Thanks in advance for any info !!! --Alessandro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message