From owner-freebsd-questions Thu Dec 14 13:10:20 2000 From owner-freebsd-questions@FreeBSD.ORG Thu Dec 14 13:10:18 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mail2.tdb.uu.se (mail2.tdb.uu.se [130.238.18.35]) by hub.freebsd.org (Postfix) with ESMTP id 66C0437B400 for ; Thu, 14 Dec 2000 13:10:17 -0800 (PST) Received: from rackarberget.uu.se (rackarberget.it.uu.se [130.238.18.38]) by mail2.tdb.uu.se (8.8.8/8.8.8/STUD_1.1) with ESMTP id WAA05765; Thu, 14 Dec 2000 22:10:12 +0100 (MET) Received: (from ertr1013@localhost) by rackarberget.uu.se (8.9.1b+Sun/8.8.8/STUD_NULL_1.1) id WAA17038; Thu, 14 Dec 2000 22:10:09 +0100 (MET) Date: Thu, 14 Dec 2000 22:10:09 +0100 From: Erik Trulsson To: "Peter Brezny" Cc: Subject: Re: Ok guru's here's another easy one for you...make clean Message-ID: <20001214221008.A17029@student.uu.se> References: <005901c0662a$54075480$46010a0a@sysadmininc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <005901c0662a$54075480$46010a0a@sysadmininc.com>; from peter@sysadmin-inc.com on Thu, Dec 14, 2000 at 04:02:34PM -0800 Sender: ertr1013@mail2.tdb.uu.se Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 14, 2000 at 04:02:34PM -0800, Peter Brezny wrote: > What exactly does > > make clean > > do inside a ports directory? > > I tried man make > /clean > > but came up with nothing. > > is there a good place that summarizes all the fun things you can do with > make? > > deinstall > reinstall > install > build > clean > > i know all these things exist, but i don't know exactly what they do? > These are all things that are defined by the relevant Makefiles, so exactly what they do, or if they work at all, depend on the makefile. Usually 'make clean' removes all the files that were created by a previous run of make but the details can vary. For ports you can read about the available targets and what they do using 'man ports' -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message