From owner-freebsd-current Sun Jan 31 12:46:23 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19097 for freebsd-current-outgoing; Sun, 31 Jan 1999 12:46:23 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from bright.fx.genx.net (bright.fx.genx.net [206.64.4.154]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA19092 for ; Sun, 31 Jan 1999 12:46:21 -0800 (PST) (envelope-from bright@hotjobs.com) Received: from localhost (bright@localhost) by bright.fx.genx.net (8.9.1/8.9.1) with ESMTP id PAA53656; Sun, 31 Jan 1999 15:52:48 -0500 (EST) (envelope-from bright@hotjobs.com) X-Authentication-Warning: bright.fx.genx.net: bright owned process doing -bs Date: Sun, 31 Jan 1999 15:52:48 -0500 (EST) From: Alfred Perlstein X-Sender: bright@bright.fx.genx.net To: "Scott A. Barron" cc: Michael Graziano , current@FreeBSD.ORG Subject: RE: Persistent files under /usr/obj In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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