From owner-freebsd-questions Mon Oct 1 18:16:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 75F4F37B407 for ; Mon, 1 Oct 2001 18:16:16 -0700 (PDT) Received: (qmail 2239 invoked by uid 100); 2 Oct 2001 01:16:15 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15289.5471.395129.456924@guru.mired.org> Date: Mon, 1 Oct 2001 20:16:15 -0500 To: "brain_damaged" Cc: questions@freebsd.org Subject: Re: Make In-Reply-To: <20339635@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brain_damaged types: > however what does the next line mean/do ? > > make install clean > > I did a MAN Make and MAN install but did not > get what info I wanted. And all that is is what does > make install clean > mean ? > do ? From the make man page, you should have learned that make builds things - what depending on the makefile. install builds and installs the port in question; clean cleans up the build directory, but leaves the transferred file on disk. The ports man page has information about the make targets for ports. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message