Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 1998 08:54:42 -0800
From:      John Polstra <jdp@polstra.com>
To:        Robert_Wagner@dgii.com
Cc:        stable@FreeBSD.ORG
Subject:   Re: make buildworld
Message-ID:  <199802271654.IAA16226@austin.polstra.com>
In-Reply-To: <1998Feb27.084618.1839.2208950@msp-ln05.dgii.com>
References:  <1998Feb27.084618.1839.2208950@msp-ln05.dgii.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <1998Feb27.084618.1839.2208950@msp-ln05.dgii.com>,
Robert Wagner <Robert_Wagner@dgii.com> wrote:
> When doing a make on the SRC tree I get 
> 
>  ".depend", line 497: Need an operator
[...]
> This is happening in the gnu/usr.bin/rcs/lib directory.  Any ideas on how to 
> correct this problem?  Which make file is it in ?

It looks like the ".depend" file in the corresponding /usr/obj
subdirectory is corrupted.  The easiest way to fix it is:

    cd /usr/src/gnu/usr.bin/rcs/lib
    make cleandepend
    make depend

John
--
   John Polstra                                       jdp@polstra.com
   John D. Polstra & Co., Inc.                Seattle, Washington USA
   "Self-knowledge is always bad news."                 -- John Barth

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



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