From owner-freebsd-questions Sat Jul 27 18:44:58 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA17780 for questions-outgoing; Sat, 27 Jul 1996 18:44:58 -0700 (PDT) Received: from relay-4.mail.demon.net (relay-4.mail.demon.net [158.152.1.108]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id SAA17773 for ; Sat, 27 Jul 1996 18:44:56 -0700 (PDT) Received: from post.demon.co.uk ([158.152.1.72]) by relay-4.mail.demon.net id aa25040; 28 Jul 96 1:44 GMT Received: from jraynard.demon.co.uk ([158.152.42.77]) by relay-3.mail.demon.net id aa20554; 28 Jul 96 2:44 +0100 Received: (from fqueries@localhost) by jraynard.demon.co.uk (8.7.5/8.6.12) id TAA04432; Sat, 27 Jul 1996 19:04:12 GMT From: James Raynard Message-Id: <199607271904.TAA04432@jraynard.demon.co.uk> Subject: Re: Cleanup after make world.. To: tcg@ime.net Date: Sat, 27 Jul 1996 19:04:12 +0000 () Cc: questions@freebsd.org In-Reply-To: <31FA3148.6CF4@ime.net> from "Gary Chrysler" at Jul 27, 96 11:10:00 am X-Mailer: ELM [version 2.4 PL24 ME8a] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Is it apporaite to do a 'make clean' after 'make world'?? > > I would like to clean the unessary garbage out. It depends on what you mean by "unnecessary garbage". :-) If you're likely to be compiling the source tree again, you will have to do a "make world" completely from scratch if you delete everything now. If you leave all the binaries there, you can get away with doing "make all install" and it will only compile the things that have changed. If on the other hand you're not planning on re-compiling it, then by all means do a "make clean" and free up some space!