From owner-freebsd-current Mon Jan 4 12:52:17 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA02597 for freebsd-current-outgoing; Mon, 4 Jan 1999 12:52:17 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ix.netcom.com (sil-wa17-35.ix.netcom.com [207.93.156.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA02586 for ; Mon, 4 Jan 1999 12:52:15 -0800 (PST) (envelope-from tomdean@ix.netcom.com) Received: (from tomdean@localhost) by ix.netcom.com (8.9.1/8.8.8) id MAA17167; Mon, 4 Jan 1999 12:51:24 -0800 (PST) (envelope-from tomdean) Date: Mon, 4 Jan 1999 12:51:24 -0800 (PST) Message-Id: <199901042051.MAA17167@ix.netcom.com> From: Thomas Dean To: mark@grondar.za CC: freebsd-current@FreeBSD.ORG In-reply-to: <199901041950.VAA21115@greenpeace.grondar.za> (message from Mark Murray on Mon, 04 Jan 1999 21:50:30 +0200) Subject: Re: make clean problem (was: Perl gv.h Problem) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Something is hosed. cvsup says the files are up-to-date. I moved the Makefiles and the mk files to tmp, and, did a cvsup. The cvsup'ed files are the same. *default host=cvsup.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=. *default delete use-rel-suffix *default compress src-all src-eBones src-secure ports-all > Do this: > > # cd /usr/obj > # chflags -R 0 . Most of the files in /usr/obj/... do not have flags set. I did not check all, just the ones make said it removed. > # rm -rf * I know how to delete the obj tree. However, 'make clean' should do it. It looks like the make files do not have the directory structure correct. > # cd /usr/src > # make cleandir; make cleandir If the first 'make cleandir' doesn't do it, the second one will not do better. > # cvsup # MAKE 100% SURE YOUR SUPFILE IS CORRECT!! > # make aout-to-elf-buildworld As I said earlier, I am running an elf kernel and elf binaries. I just want to report a suspected problem with the make structure. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message