Date: Sat, 04 Mar 2000 04:51:25 +0900 From: "Akinori -Aki- MUSHA" <knu@idaemons.org> To: langer@gmx.net Cc: andrews@technologist.com, asami@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/Mk bsd.port.mk Message-ID: <86ln3zbznm.wl@archon.local.idaemons.org> In-Reply-To: In your message of "Fri, 3 Mar 2000 19:46:58 %2B0100" <20000303194658.A924@cichlids.cichlids.com> References: <200003030123.RAA45425@freefall.freebsd.org> <20000303130207.E986@argon.blackdawn.com> <20000303194658.A924@cichlids.cichlids.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, At Fri, 3 Mar 2000 19:46:58 +0100, Alexander Langer <langer@gmx.net> wrote: > Thus spake Will Andrews (andrews@technologist.com): > > > Thanks!! Thousands of computers will thank you for saving their time! :-P Yeah, it's cool! > In fact. > I'll do make clean on /ports every night as cronjob :) > That'll speed up things a _bit_ :P > > Alex Let me show some tips... Setting WRKDIRPREFIX=/usr/tmp/ports or whatever and you can clean up the entire workdir tree by just typing `rm -rf /usr/tmp/ports/', which is incredibly fast with softupdates. :) If you find it uneasy to dive into the work directory of a port, try defining the following aliases. (B-shell syntax) alias lnwrkdir='ln -s `make -V WRKDIR` work' alias cdwrkdir='pushd `make -V WRKDIR`' alias cdwrksrc='pushd `make -V WRKSRC`' I'm perfectly fine with 'em. Give it a try. -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( <knu@idaemons.org> "If you choose not to decide you still have made a choice." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86ln3zbznm.wl>