From owner-cvs-all Wed Jan 30 16:38:14 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 0152D37B400; Wed, 30 Jan 2002 16:38:11 -0800 (PST) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0V0cA540512; Wed, 30 Jan 2002 16:38:10 -0800 (PST) (envelope-from matusita) Message-Id: <200201310038.g0V0cA540512@freefall.freebsd.org> From: Makoto MATSUSHITA Date: Wed, 30 Jan 2002 16:38:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile 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 matusita 2002/01/30 16:38:10 PST Modified files: release Makefile Log: In revision 1.351, All files/directories in ${CHROOTDIR}/usr/ports/distfiles are removed, because ports.tgz includes distfiles by accident. However, removing files/directories is *not* mandatory. The only requirement is "ports.tgz doesn't include distfiles/* but distfiles directory itself". If this is correct, the right way is to set an option to tar(1), not to include these files. This commit is based on PR: 34194, but a little bit of modification is made by me (original patch doesn't include 'distfiles' directory). PR: 34194 Reviewed by: Adrian Steinmann (PR submitter) MFC after: 9 days Revision Changes Path 1.655 +3 -3 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message