Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2002 22:00:52 -0700 (PDT)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/java/jdk13/files patch-common::Release.gmk
Message-ID:  <200204120500.g3C50qv38009@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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" <rwvtveer@xs4all.nl>
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204120500.g3C50qv38009>