From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: Plan 9 annoyances (was: Re: [9fans] mv vs cp) From: forsyth@caldo.demon.co.uk MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-aveezahbmmlmywckhgmpkkxrqa" Message-Id: <20011016194332.0DEA719A0C@mail.cse.psu.edu> Date: Tue, 16 Oct 2001 20:46:43 +0100 Topicbox-Message-UUID: 09621dc2-eaca-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-aveezahbmmlmywckhgmpkkxrqa Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit even on plan 9, mk clean clears out the object files that are now installed in the libraries, but leaves the libraries. (some other targets are sometimes left behind, not just libraries.) mk nuke removes the target libraries (and sometimes other targets) as well. the distinction is helpful when working with the compilers, and perhaps upas. mk pristine might be a better name, since nukes leave quite a mess, but it's harder to type. --upas-aveezahbmmlmywckhgmpkkxrqa Content-Type: message/rfc822 Content-Disposition: inline Received: from finch-punt-12.mail.demon.net ([194.217.242.36]) by lavoro; Mon Oct 15 21:01:57 BST 2001 Received: from punt-1.mail.demon.net by mailstore for forsyth@caldo.demon.co.uk id 1003171056:11:00413:1; Mon, 15 Oct 2001 18:37:36 GMT Received: from psuvax1.cse.psu.edu ([130.203.4.6]) by punt-1.mail.demon.net id aa1100022; 15 Oct 2001 18:37 GMT Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.18.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 1C91C19AA0; Mon, 15 Oct 2001 14:37:14 -0400 (EDT) Delivered-To: 9fans@cse.psu.edu Received: from plan9.cs.bell-labs.com (plan9.bell-labs.com [204.178.31.2]) by mail.cse.psu.edu (CSE Mail Server) with SMTP id 58FA419A3C for <9fans@cse.psu.edu>; Mon, 15 Oct 2001 14:36:59 -0400 (EDT) To: 9fans@cse.psu.edu Subject: Re: Plan 9 annoyances (was: Re: [9fans] mv vs cp) From: David Gordon Hogan MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20011015183659.58FA419A3C@mail.cse.psu.edu> Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Mon, 15 Oct 2001 14:36:55 -0400 > So, please explain "different purposes" served by "mk clean" and "mk nuke". It is perhaps worth noting that under Inferno, "mk nuke" is much more aggressive, actually removing installed libraries and dis files. --upas-aveezahbmmlmywckhgmpkkxrqa--