Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 1995 19:02:10 -0700 (PDT)
From:      "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
To:        uh@eta.cs.fsu.edu (Gang-Ryung Uh)
Cc:        questions@FreeBSD.org
Subject:   Re: Trouble!!!
Message-ID:  <199505070202.TAA11627@gndrsh.aac.dev.com>
In-Reply-To: <199505070150.VAA00325@eta.cs.fsu.edu> from "Gang-Ryung Uh" at May 6, 95 09:50:25 pm

next in thread | previous in thread | raw e-mail | index | archive | help
[Please, one list only, redirected to -questions]

> 
> I am in the middle of upgrading the 2.0R system to FreeBSD-current.
> But I have following error message during the process  of 'make world';
> 
> /usr/src/share/doc/psd/26.rpcrfc -> /usr/obj/share/doc/psd/26.rpcrfc
> ===> share/doc/psd/27.nfsrpc
> /usr/src/share/doc/psd/27.nfsrpc -> /usr/obj/share/doc/psd/27.nfsrpc
> ===> share/doc/smm
> "Makefile", line 2: Missing operator
> "Makefile", line 3: Missing operator
> "Makefile", line 4: Missing operator
> "Makefile", line 5: Missing operator
> Fatal errors encountered -- cannot continue
> *** Error code 1
...

Do you look at /usr/src/share/doc/smm/Makefile to see what is
on likes 2 3 4 and 5?  I suspect you have a corrupt file here
as these are either comment or blank lines in a good copy of
the file:

--- begin include ---
#	From: @(#)Makefile	8.1 (Berkeley) 6/10/93
#	$Id: Makefile,v 1.3 1995/01/11 19:51:47 wollman Exp $

# The following modules do not describe FreeBSD:
# 14.uucpimpl, 15.uucpnet

# The following modules do not build/install:
# 10.named (no documentation at all)
# 13.amd (documentation is TeXinfo)
# 16.security 17.password (encumbered)

BINDIR=	/usr/share/doc/smm
SUBDIR=	title contents 01.setup 02.config 03.fsck 04.quotas 05.fastfs \
	06.nfs 07.lpd 08.sendmailop 09.sendmail 11.timedop 12.timed 18.net

.if	${MACHINE} == "tahoe"
SUBDIR+=01.setup
.elif	${MACHINE} == "vax"
SUBDIR+=01.setup
.endif

.include <bsd.subdir.mk>
--- end include ---

-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                   Custom computers for FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505070202.TAA11627>