Date: Fri, 28 May 2004 19:28:12 +0200 From: Olivier Gautherot <ogautherot@freesurf.fr> To: Chauncey Smith <csmith@icdc.com> Cc: freebsd-newbies@freebsd.org Subject: Re: Technical questions and Newbie experience. Message-ID: <1085765292.40080.3.camel@ogautherot.og-lan.freesurf.fr> In-Reply-To: <001601c443a0$f0627830$9b02a8c0@WAND> References: <005401c442c1$5ef878c0$9b02a8c0@WAND> <1085599837.922.40.camel@ogautherot.og-lan.freesurf.fr> <001601c443a0$f0627830$9b02a8c0@WAND>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Chauncey! About your port command: > !/bin/csh > sudo make && make install && make clean && rehash I think you should try: sudo (make && make install ; make clean; rehash) or packages that fail in the middle will unnecessarily take up space for their objects. By the way, a simple "make install" should do the same as "make && make install" (the port will be compiled anyway before it is installed). My cent worth... :-) Olivier
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1085765292.40080.3.camel>