Re: Persistent files under /usr/obj

1999-02-02 Thread Erik H. Bakke
do a chflags -R noschg /usr/obj before you rm it Uh no... do the 'rm' first, tolerate the few warnings, _then_ do the chflags and then another 'rm'. It's faster on my stopwatch anyway :) /* Flamebait mode on: */ Now, shouldn't we really have a target in our makefile for this, like: make

Persistent files under /usr/obj

1999-01-31 Thread Michael Graziano
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

RE: Persistent files under /usr/obj

1999-01-31 Thread Scott A. Barron
do a chflags -R noschg /usr/obj before you rm it -Scott 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

RE: Persistent files under /usr/obj

1999-01-31 Thread Alfred Perlstein
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

Re: Persistent files under /usr/obj

1999-01-31 Thread Jason C. Wells
On Sun, 31 Jan 1999, 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

Re: Persistent files under /usr/obj

1999-01-31 Thread W Gerald Hicks
do a chflags -R noschg /usr/obj before you rm it Uh no... do the 'rm' first, tolerate the few warnings, _then_ do the chflags and then another 'rm'. It's faster on my stopwatch anyway :) Cheers, Jerry Hicks wghi...@bellsouth.net -Scott On 31-Jan-99 Michael Graziano wrote: I went to remove