Date: Sun, 7 Jul 2002 17:28:43 +0200 (CEST) From: Alexander Leidinger <Alexander@Leidinger.net> To: sheldonh@starjuice.net Cc: current@FreeBSD.ORG Subject: Re: Removing perl in make world Message-ID: <200207071528.g67FShJX053056@Magelan.Leidinger.net> In-Reply-To: <20020705152402.GD775@starjuice.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 5 Jul, Sheldon Hearn wrote: > If you want to clean out crap left behind by `make world', just do this: > > make world > rm -r /usr/include # Make world really should overwrite > make installincludes # header files! > find /bin /sbin /usr/bin /usr/sbin /usr/lib /usr/libexec /usr/share \ > -type f -mtime +1 -delete Just a side note for those who want to try this: - you need to mkdir /usr/include after the rm - you delete init.bak this way Bye, Alexander. -- I believe the technical term is "Oops!" http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207071528.g67FShJX053056>