From owner-freebsd-current Sun Sep 28 04:41:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA26956 for current-outgoing; Sun, 28 Sep 1997 04:41:08 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA26951 for ; Sun, 28 Sep 1997 04:41:04 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id VAA17476; Sun, 28 Sep 1997 21:37:40 +1000 Date: Sun, 28 Sep 1997 21:37:40 +1000 From: Bruce Evans Message-Id: <199709281137.VAA17476@godzilla.zeta.org.au> To: current@FreeBSD.ORG, rb@gid.co.uk Subject: RE: Make world failure Cc: randyd@nconnect.net, Shimon@i-Connect.Net Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >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