From owner-freebsd-questions Sat Jan 29 20:14:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id D2FD6159CA for ; Sat, 29 Jan 2000 20:14:36 -0800 (PST) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt8-208-170-118-135.dialup.HiWAAY.net [208.170.118.135]) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id WAA28127; Sat, 29 Jan 2000 22:14:25 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by nospam.hiwaay.net (8.9.3/8.9.3) with ESMTP id WAA87975; Sat, 29 Jan 2000 22:13:49 -0600 (CST) (envelope-from dkelly@nospam.hiwaay.net) Message-Id: <200001300413.WAA87975@nospam.hiwaay.net> X-Mailer: exmh version 2.1.1 10/15/1999 To: Walter Brameld Cc: "Jeff Fulton" , freebsd-questions@FreeBSD.ORG From: David Kelly Subject: Re: make world failing on -stable In-reply-to: Message from Walter Brameld of "Sat, 29 Jan 2000 22:06:26 EST." <00012922092900.12213@Bozo_3.BozoLand.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Sat, 29 Jan 2000 22:13:49 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Walter Brameld writes: > Dear lord, that would be a piece of work. I'm not a Guru of FreeBSD, > but just out of curiosity, did you clean out /usr/obj before > building? If not, try that before anything else more drastic: > = > # cd /usr/obj > # chflags -R noschg * > # rm -rf * May I suggest that it is faster to: # cd /usr/obj/ # rm -rf * >& /dev/null # chflags -R noschg * # rm -rf * Just ignore the error messages from the first "rm -rf". This method is = faster because the first rm removes all the files that don't need = chflags' attention. In the first example you chflags thousands of files = that don't need it. Here chflags and the second rm are almost = instantaneous. -- David Kelly N4HHE, dkelly@hiwaay.net =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message