From owner-freebsd-questions@FreeBSD.ORG Fri Jan 30 21:29:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559B516A4CE for ; Fri, 30 Jan 2004 21:29:56 -0800 (PST) Received: from makeworld.com (makeworld.com [12.15.124.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82EF943D4C for ; Fri, 30 Jan 2004 21:29:55 -0800 (PST) (envelope-from racerx@makeworld.com) Received: from evrtwa1-ar12-4-46-162-188.evrtwa1.dsl-verizon.net (evrtwa1-ar12-4-46-162-188.evrtwa1.dsl-verizon.net [4.46.162.188]) by makeworld.com (Postfix) with ESMTP id 5FC256105; Fri, 30 Jan 2004 23:29:49 -0600 (CST) From: Chris To: Rishi Chopra , questions@freebsd.org Date: Fri, 30 Jan 2004 23:29:37 -0600 User-Agent: KMail/1.5.4 References: <401B3B5D.1000302@cal.berkeley.edu> <200401302326.25307.racerx@makeworld.com> In-Reply-To: <200401302326.25307.racerx@makeworld.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401302329.37549.racerx@makeworld.com> Subject: Re: Make Syntax X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2004 05:29:56 -0000 On Friday 30 January 2004 11:26 pm, Chris wrote: > On Friday 30 January 2004 11:21 pm, Rishi Chopra wrote: > > Is there any difference between 'make install' and 'make install clean'? > > Yes - while Make install - installs the said app, make install clean does a > cleanup and remove of the word dir withing the port dir. Actually - make install does a cleanup and remove of the WORK directory WITHIN the port directory - sorry. I just can't type tonight. -- Best regards, Chris