GENERIC make buildkernel error / fails - posix_fadvise
Doug Barton
dougb at FreeBSD.org
Fri Jan 13 01:52:47 UTC 2012
>> chflags -R noschg /usr/obj/usr
>> rm -rf /usr/obj/usr
It's much faster to do:
/bin/rm -rf ${obj}/* 2> /dev/null || /bin/chflags -R 0 ${obj}/* &&
/bin/rm -rf ${obj}/*
--
You can observe a lot just by watching. -- Yogi Berra
Breadth of IT experience, and depth of knowledge in the DNS.
Yours for the right price. :) http://SupersetSolutions.com/
More information about the freebsd-stable
mailing list