Date: Wed, 03 Jan 2001 18:29:04 +0100 From: Aiello Alessandro Michele <AlessandroMichele.Aiello@CSELT.IT> To: "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org> Subject: 4.2 stable: make world problems Message-ID: <A0B9FD493F1D6647B4053E22BB1C3CB6028947B4@exc2k01.cselt.it>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A0B9FD493F1D6647B4053E22BB1C3CB6028947B4>