Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 May 1999 10:20:09 -0700
From:      "David O'Brien" <obrien@FreeBSD.ORG>
To:        Wilko Bulte <wilko@yedi.iaf.nl>
Cc:        freebsd-alpha@FreeBSD.ORG, freebsd-current@FreeBSD.ORG
Subject:   Re: de driver problem
Message-ID:  <19990513102009.A16239@nuxi.com>
In-Reply-To: <199905122202.AAA04213@yedi.iaf.nl>; from Wilko Bulte on Thu, May 13, 1999 at 12:02:25AM %2B0200
References:  <199905122044.NAA03768@gndrsh.aac.dev.com> <199905122202.AAA04213@yedi.iaf.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
> > If ``make cleandir'' is leaving some cruft in any form behind anyplace
> > in the build tree things are broken.
> 
> Sounds very reasonable to me. Running the same command twice to get
> things really clean sounds suspicious ;-)

Let me explain ``make cleandir'' then.
*IF* you have a /usr/obj/usr/src/ tree, then ``make cleandir'' will clean
that tree out.  Thus if somehow you have junk in /usr/src/, it will not
get cleaned out.  On the second run of ``make cleandir'' it will notice
that /usr/obj/ is empty and assume you were building "in-place" and clean
out /usr/src/.

    cd /usr/src ; make cleandir ; make cleandir

solves weird build problems much of the time.

-- 
-- David    (obrien@NUXI.com  -or-  obrien@FreeBSD.org)


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?19990513102009.A16239>