From owner-cvs-all Sun Feb 24 0: 1:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19BCC37B402; Sun, 24 Feb 2002 00:01:55 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1O81tO18253; Sun, 24 Feb 2002 00:01:55 -0800 (PST) (envelope-from kris) Message-Id: <200202240801.g1O81tO18253@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 24 Feb 2002 00:01:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts mkbindist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/02/24 00:01:54 PST Modified files: Tools/portbuild/scripts mkbindist Log: Clean up this script a bit: * Don't require the script to be called from inside the branch directory; follow standard practise and pass the branch to build as an argument. * Populate the chroot with the BSD.local.dist mtree file * Add whitespace for readability, and sprinkle liberally with comments * Comment on some inscrutable parts of the script which were presumably put there to work around a (perceived) problem, but which I can't understand. Revision Changes Path 1.3 +60 -13 ports/Tools/portbuild/scripts/mkbindist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message