Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2001 18:03:45 +0200
From:      Ruslan Ermilov <ru@FreeBSD.ORG>
To:        Sheldon Hearn <sheldonh@starjuice.net>
Cc:        Mark Santcroos <marks@ripe.net>, Brian Somers <brian@freebsd-services.com>, David Wolfskill <david@catwhisker.org>, current@FreeBSD.ORG, imp@FreeBSD.ORG
Subject:   Re: rm -rf /usr/obj/usr/src/usr.bin/tip helps build -CURRENT
Message-ID:  <20011127180345.N67032@sunbay.com>
In-Reply-To: <83124.1006876674@axl.seasidesoftware.co.za>
References:  <20011127165024.A11545@laptop.6bone.nl> <83124.1006876674@axl.seasidesoftware.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 27, 2001 at 05:57:54PM +0200, Sheldon Hearn wrote:
> 
> 
> On Tue, 27 Nov 2001 16:50:24 +0100, Mark Santcroos wrote:
> 
> | > I don't think this is UPDATING material.  People shouldn't be using 
> | > -DNOCLEAN unless they understand the consequences.
> | 
> | He (/I) didnt.
> 
> Did you do a component build without `make obj'?  That would leave
> turds, and I'm pretty sure the buildworld target doesn't repeat the
> cleandir target.
> 
.depend is included by make(1) automatically, before a "cleandir"
target has a chance to be executed.  Try this:

# cat .depend
foo::
# cat Makefile
foo:
# make bar
".depend", line 1: Inconsistent operator for foo
make: fatal errors encountered -- cannot continue


Cheers,
-- 
Ruslan Ermilov		Oracle Developer/DBA,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age

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




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