Date: Mon, 11 Jan 1999 12:54:46 -0800 From: Eric Hodel <hodeleri@seattleu.edu> To: kraj@illumen.com Cc: FreeBSD-questions <FreeBSD-questions@FreeBSD.ORG> Subject: Re: Ports & stuff Message-ID: <369A6516.7E1C27BD@seattleu.edu> References: <000001be3d95$95066bc0$fdfea8c0@maindev>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?369A6516.7E1C27BD>