From owner-cvs-all Fri Mar 3 11:52:24 2000 Delivered-To: cvs-all@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 5F2A137C0B8; Fri, 3 Mar 2000 11:52:16 -0800 (PST) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (pc343042.tokyo.jcom.ne.jp [203.140.143.42]) by ms.tokyo.jcom.ne.jp (8.9.1/3.7W 06/01/99) with ESMTP id EAA19231; Sat, 4 Mar 2000 04:51:58 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id EAA69931; Sat, 4 Mar 2000 04:51:25 +0900 (JST) Date: Sat, 04 Mar 2000 04:51:25 +0900 Message-ID: <86ln3zbznm.wl@archon.local.idaemons.org> From: "Akinori -Aki- MUSHA" 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 In-Reply-To: In your message of "Fri, 3 Mar 2000 19:46:58 +0100" <20000303194658.A924@cichlids.cichlids.com> References: <200003030123.RAA45425@freefall.freebsd.org> <20000303130207.E986@argon.blackdawn.com> <20000303194658.A924@cichlids.cichlids.com> User-Agent: Wanderlust/2.2.18 (Please Forgive Me) EMIKO/1.13.11 (Euglena viridis) FLIM/1.13.2 (Kasanui) APEL/10.1 MULE XEmacs/21.1 (patch 8) (Bryce Canyon) (i386--freebsd) Organization: Associated I. Daemons MIME-Version: 1.0 (generated by EMIKO 1.13.11 - "Euglena viridis") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, At Fri, 3 Mar 2000 19:46:58 +0100, Alexander Langer 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 / (_ / ( (__( "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