Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2002 08:56:06 -0800 (PST)
From:      Makoto MATSUSHITA <matusita@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/release Makefile
Message-ID:  <200202121656.g1CGu6L55600@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
matusita    2002/02/12 08:56:06 PST

  Modified files:
    release              Makefile 
  Log:
  Mkdir ${CHROOTDIR}/usr/ports/distfiles if RELEASEDISTFILES is not set.
  We ensure that 'ports.tgz' tarball should have ports/distfiles directory.
  
  At first, ${CHROOTDIR}/usr/ports is empty (rm -rf ports), then extract
  ports files from CVS repository.  Then if RELEASEDISTFILES is defined,
  ${CHROOTDIR}/usr/ports/distfiles directory is created by cp(1).  However,
  if you don't specify RELEASEDISTFILES, there is no chance to create
  ${CHROOTDIR}/usr/ports/distfiles directory.
  
  Submitted by:   {ushi,tora}.jp.FreeBSD.org
  MFC after:      5 days
  
  Revision  Changes    Path
  1.657     +3 -1      src/release/Makefile

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?200202121656.g1CGu6L55600>