Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 1996 10:59:59 -0600 (MDT)
From:      Nate Williams <nate@mt.sri.com>
To:        Veggy Vinny <richardc@csua.berkeley.edu>
Cc:        Nate Williams <nate@mt.sri.com>, current@freebsd.org
Subject:   Re: make world fails in -current
Message-ID:  <199610101659.KAA16119@rocky.mt.sri.com>
In-Reply-To: <Pine.PTX.3.95.961010094127.5738G-100000@soda.CSUA.Berkeley.EDU>
References:  <199610101625.KAA15921@rocky.mt.sri.com> <Pine.PTX.3.95.961010094127.5738G-100000@soda.CSUA.Berkeley.EDU>

next in thread | previous in thread | raw e-mail | index | archive | help
> > Veggy Vinny writes:
> > > 	a make world still fails in -current, just to confirm this... I
> > > deleted the entire /usr/src tree and resupped and this is what still
> > > happens:
> > > 
> > > ===> gnu/usr.bin/cvs/lib
> > > ".depend", line 85: Need an operator
> > > Fatal errors encountered -- cannot continue
> > > *** Error code 1
> > 
> > I suspect you have a left-over .depend file in the obj directory.  Do a
> > 'make cleandir' and try again.
> 
> 	Actually, I thought it was that yesterday but just to be sure...
> 
> root@earth [9:40am][/usr/src/gnu/usr.bin/cvs] >> make cleandir
> ===> lib
> ".depend", line 85: Need an operator
> Fatal errors encountered -- cannot continue
> *** Error code 1

# cd /usr/obj;
# rm -rf *
# find /usr/src -name obj -print | xargs rm -rf


Nate



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