Date: Mon, 04 Jan 1999 21:50:30 +0200 From: Mark Murray <mark@grondar.za> To: Thomas Dean <tomdean@ix.netcom.com> Cc: freebsd-current@FreeBSD.ORG Subject: Re: make clean problem (was: Perl gv.h Problem) Message-ID: <199901041950.VAA21115@greenpeace.grondar.za> In-Reply-To: Your message of " Mon, 04 Jan 1999 11:20:05 PST." <199901041920.LAA13474@ix.netcom.com> References: <199901041920.LAA13474@ix.netcom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thomas Dean wrote: > I decided to clean the obj tree, to get rid of the aout things from > long ago. 'make clean' does not remove ANY files from /usr/obj/...! > It appears to be working in src, not obj. Something is hosed. Do this: # cd /usr/obj # chflags -R 0 . # rm -rf * # cd /usr/src # make cleandir; make cleandir # cvsup <however you do it> # MAKE 100% SURE YOUR SUPFILE IS CORRECT!! # make aout-to-elf-buildworld # ... etc You may want to consider a clean checkout of the sources at cvsup time; replace the "make cleandir; make cleandir" line with "rm -rf *". M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org 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?199901041950.VAA21115>