Date: Mon, 14 Dec 1998 06:55:27 +0100 (CET) From: List User <listuser@netspace.net.au> To: freebsd-current@FreeBSD.org Message-ID: <199812140555.GAA08688@doorway.home.lan>
next in thread | raw e-mail | index | archive | help
Newsgroups: freebsd.current Path: root From: Matthew Dillon <dillon@apollo.backplane.com> Subject: 'make clean' in /usr/src does not cleanup .o's or shared libs ? Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id SAA18566; Sun, 13 Dec 1998 18:46:54 -0800 (PST) (envelope-from dillon) To: freebsd-current Sender: owner-freebsd-current@FreeBSD.ORG Organization: Private News Host Precedence: bulk Message-ID: <199812140246.SAA18566@apollo.backplane.com> Delivered-To: vmailer-current@freebsd.org X-Uidl: b11a4e27a0d368545552a49dcef31635 X-Loop: FreeBSD.ORG Date: Mon, 14 Dec 1998 02:46:54 GMT I'm trying to do a buildworld with /usr/src mounted read-only (via NFS). The buildworld has died several times trying to remove .o files, binaries, and libraries (*.so.*) from /usr/src that happened to be hanging around. Ok, I say... cd /usr/src on the physical machine and 'make clean'. Only problem is it doesn't work... it does not recursive through the entire source hierarchy. For example, make clean in /usr/src does not bother recursing through /usr/src/bin, /usr/src/sbin, /usr/src/gnu, etc... It is *very* annoying. Is there any particular reason why make clean in /usr/src does not clean the entire source hierarchy? Also, having to restart the buildworld from scratch every time it blows up and exits is also quite annoying. It would be nice to have a 'rebuildworld' target that uses dot files similar to the way bsd.port.mk uses them to pick up where it left off. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. <dillon@backplane.com> (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message 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?199812140555.GAA08688>