Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 May 1999 17:16:45 +0900
From:      "Daniel C. Sobral" <dcs@newsguy.com>
To:        "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
Cc:        Mark Murray <mark@grondar.za>, Wilko Bulte <wilko@yedi.iaf.nl>, dfr@nlsystems.com, khaled@mailbox.telia.net, freebsd-alpha@FreeBSD.ORG, freebsd-current@FreeBSD.ORG
Subject:   Re: de driver problem
Message-ID:  <373BDBED.3AE1742@newsguy.com>
References:  <199905122044.NAA03768@gndrsh.aac.dev.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"Rodney W. Grimes" wrote:
> 
> > I periodically see this one reported, and It is always repaired
> > by the reporter making sure their tree is _really_ clean before
> > doing a make world. "Really clean" means "make cleandir" _twice_,
> 
> This indicates to me, the original author of ``cleandir'', that
> something has broken the functionality that it had.  This something
> is more than likely the removal of code similiar to:
> 
>         cd /usr/obj/{.CURDIR}; chflags -R noschg tmp; rm -rf *;
> 
> before the equiv of:
>         cd {.CURDIR}; ${make} clean
> 
> > and complete removal of the contents of /usr/obj. _Then_ cvsup.
> > I prefer to usr CVS checkout, as it shows all the differences and
> > other turds in my source tree.
> 
> If ``make cleandir'' is leaving some cruft in any form behind anyplace
> in the build tree things are broken.

Not really. The problem results from people doing subtree makes
(including cleans), which results in .o files in the source tree
instead of the object tree.

--
Daniel C. Sobral			(8-DCS)
dcs@newsguy.com
dcs@freebsd.org

	"Proof of Trotsky's farsightedness is that _none_ of his
predictions have come true yet."




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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?373BDBED.3AE1742>