Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Nov 2000 04:13:48 -0800
From:      "David O'Brien" <obrien@FreeBSD.ORG>
To:        Zero Sum <count@shalimar.net.au>
Cc:        stable@FreeBSD.ORG
Subject:   Re: Buildworld failure of STABLE as of 18:00 CET 2000-11-03
Message-ID:  <20001106041348.B10802@dragon.nuxi.com>
In-Reply-To: <00110609554301.41577@shalimar.net.au>; from count@shalimar.net.au on Mon, Nov 06, 2000 at 09:55:43AM %2B1100
References:  <3A032D99.9345F708@ludd.luth.se> <3A05B64F.3803AAF4@ludd.luth.se> <20001105114641.D2656@dragon.nuxi.com> <00110609554301.41577@shalimar.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 06, 2000 at 09:55:43AM +1100, Zero Sum wrote:
> > ``cd /usr/src && make cleandir && make cleandir'' is actually the command
> > you'd want to do that 100% deep steam cleaning of your source tree.
>
> Why make cleandir twice?

The first one is effectively ``rm -rf /usr/obj/</usr/src>'' as it removes
the obj dir when it exists and is empty after the cleaning.  The second
run will then clean /usr/src/.  "cleandir" removes .depend and other bits
that "clean" would leave behind.

-- 
-- David  (obrien@FreeBSD.org)
          GNU is Not Unix / Linux Is Not UniX


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?20001106041348.B10802>