Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 1997 21:37:40 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        current@FreeBSD.ORG, rb@gid.co.uk
Cc:        randyd@nconnect.net, Shimon@i-Connect.Net
Subject:   RE: Make world failure
Message-ID:  <199709281137.VAA17476@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>Actually, I cd to /usr/obj and rm -rf *. It refuses to remove several leaf
>files, citing "Operation not permitted" (errno 1 I assume). But I'm root!

Many files are installed in the temporary bin directories, and some
of them are installed with flags schg.  That's why the Makefile does a
`chflags -R noschg ...' before `rm -rf ...'

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709281137.VAA17476>