From owner-freebsd-current Sun Dec 13 22:54:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06204 for freebsd-current-outgoing; Sun, 13 Dec 1998 22:28:07 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05781 for ; Sun, 13 Dec 1998 22:27:00 -0800 (PST) (envelope-from listuser@netspace.net.au) Received: from d1o1.telia.com (root@d1o1.telia.com [195.67.240.241]) by mailb.telia.com (8.8.8/8.8.8) with ESMTP id HAA08498 for ; Mon, 14 Dec 1998 07:26:49 +0100 (CET) Received: from doorway.home.lan (t6o1p59.telia.com [195.67.241.119]) by d1o1.telia.com (8.8.8/8.8.5) with ESMTP id HAA19215 for ; Mon, 14 Dec 1998 07:26:47 +0100 (CET) Received: (from listuser@localhost) by doorway.home.lan (8.8.8/8.8.7) id GAA08688 for freebsd-current@FreeBSD.org; Mon, 14 Dec 1998 06:55:27 +0100 (CET) (envelope-from listuser) Date: Mon, 14 Dec 1998 06:55:27 +0100 (CET) From: List User Message-Id: <199812140555.GAA08688@doorway.home.lan> To: freebsd-current@FreeBSD.org Sender: owner-freebsd-current@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG Newsgroups: freebsd.current Path: root From: Matthew Dillon 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. (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