From owner-cvs-all Thu Apr 11 22: 0:54 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 7AFFA37B405; Thu, 11 Apr 2002 22:00:52 -0700 (PDT) Received: (from glewis@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3C50qv38009; Thu, 11 Apr 2002 22:00:52 -0700 (PDT) (envelope-from glewis) Message-Id: <200204120500.g3C50qv38009@freefall.freebsd.org> From: Greg Lewis Date: Thu, 11 Apr 2002 22:00:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk13/files patch-common::Release.gmk 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 glewis 2002/04/11 22:00:52 PDT Modified files: java/jdk13/files patch-common::Release.gmk Log: A better fix for creating src.jar. Using tar by itself fails because the argument list is too long. Hence the first patch invoked tar once for each file. This works, but is inefficient. This version of the patch uses cpio in pass through mode to copy all the files at once. PR: 35658 Submitted by: "Remco van 't Veer" Reviewed by: sobomax Approved by: sobomax Revision Changes Path 1.2 +4 -5 ports/java/jdk13/files/patch-common::Release.gmk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message