Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 1999 15:52:48 -0500 (EST)
From:      Alfred Perlstein <bright@hotjobs.com>
To:        "Scott A. Barron" <sbarron@abalonesoft.com>
Cc:        Michael Graziano <mikeg@hoflink.com>, current@FreeBSD.ORG
Subject:   RE: Persistent files under /usr/obj
Message-ID:  <Pine.BSF.4.05.9901311551110.81323-100000@bright.fx.genx.net>
In-Reply-To: <XFMail.990131144139.sbarron@abalonesoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 31 Jan 1999, Scott A. Barron wrote:

> On 31-Jan-99 Michael Graziano wrote:
> > I went to remove everything from my /usr/obj directory this morning in
> > preparation to do a make world, and found that two files
> > (/usr/obj/usr/src/tmp/usr/lib/libc.so.3 and
> > /usr/obj/usr/src/tmp/usr/lib/libc_r.so.3) can't be deleted.  Am I
> > missing something, or are these two files just hanging out for no
> > reason?
>
> do a
> chflags -R noschg /usr/obj
> before you rm it

if you don't want to sit there for a long time try:

rm -rf /usr/obj/*
chflags -R noschg /usr/obj/*
rm -rf /usr/obj/*

it's substantially faster.

Alfred Perlstein - Programmer, HotJobs Inc. - www.hotjobs.com
-- There are operating systems, and then there's FreeBSD.
-- http://www.freebsd.org/                        4.0-current


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?Pine.BSF.4.05.9901311551110.81323-100000>