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:[EMAIL PROTECTED]

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to