From owner-freebsd-questions Mon Jan 11 12:56:19 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29038 for freebsd-questions-outgoing; Mon, 11 Jan 1999 12:56:19 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from chopin.seattleu.edu (chopin.seattleu.edu [206.81.198.70]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA29033 for ; Mon, 11 Jan 1999 12:56:18 -0800 (PST) (envelope-from hodeleri@seattleu.edu) Received: from seattleu.edu ([172.17.41.90]) by chopin.seattleu.edu (8.8.5/8.8.5) with ESMTP id MAA05393; Mon, 11 Jan 1999 12:55:05 -0800 (PST) Message-ID: <369A6516.7E1C27BD@seattleu.edu> Date: Mon, 11 Jan 1999 12:54:46 -0800 From: Eric Hodel X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: kraj@illumen.com CC: FreeBSD-questions Subject: Re: Ports & stuff References: <000001be3d95$95066bc0$fdfea8c0@maindev> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Benjamin Krajmalnik wrote: > > I have successfully installed various ports on my new 3.0 box (for some > strange reason the packages did not run). However, I would like to clean up > the unnecessary files created by the make process (object files which were > subsequently linked, etc.). > > Where can I find these files? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Do a make clean in each directory to remove the extra files, then check /usr/ports/distfiles for the extra files. I believe the best way to make a port is "make install && make clean" or "make && make install && make clean" if that doesn't work. -- Eric Hodel hodeleri@seattleu.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message