From owner-cvs-all@FreeBSD.ORG Fri Dec 31 21:54:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7582016A4CE; Fri, 31 Dec 2004 21:54:13 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18FBE43D1F; Fri, 31 Dec 2004 21:54:13 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iBVLsCmS015045; Fri, 31 Dec 2004 13:54:12 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iBVLsBB8015043; Fri, 31 Dec 2004 13:54:11 -0800 (PST) (envelope-from obrien) Date: Fri, 31 Dec 2004 13:54:11 -0800 From: "David O'Brien" To: Trevor Johnson Message-ID: <20041231215411.GB14893@dragon.nuxi.com> References: <200412302001.iBUK10iV036621@repoman.freebsd.org> <20041231003212.GA23359@dragon.nuxi.com> <20041231142144.G12851@blues.jpj.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041231142144.G12851@blues.jpj.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/linux_base-gentoo-stage1 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 21:54:13 -0000 On Fri, Dec 31, 2004 at 02:52:40PM -0500, Trevor Johnson wrote: > David O'Brien wrote: > > On Thu, Dec 30, 2004 at 08:01:00PM +0000, Trevor Johnson wrote: > > > trevor 2004-12-30 20:01:00 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > emulators/linux_base-gentoo-stage1 Makefile > > > Log: > > > Rename pre-install target to do-extract, so packing list will be > > > available after "make all". > > > > > > Submitted by: obrien > > Missed in my patch was not doing: > > > > do-extct: > > ..snip.. > > + @${RM} -fr ${WRKSRC} > > > > Please don't do that -- rm'ing of ${WRKSRC} is for 'make clean'. > > It wasn't missed, but intentional. Those files are not precious--they > weren't compiled (by the port), just untarred. Unlike most ports, this > port doesn't do anything with them except make the packing list. In my > judgment, it's better to remove them afterward, so someone who simply does > "make install" will need half as much disk space. ?? That is true of 100 other ports -- they extract binary files. And what about the 10,000 ports -- boy do they use a lot of disk space after 'make install' and before 'make clean'. What should we do about them?? -- -- David (obrien@FreeBSD.org)