Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Feb 2005 03:41:39 +0000 (UTC)
From:      Kris Kennaway <kris@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/Tools/portbuild/scripts portbuild
Message-ID:  <200502120341.j1C3fdPV042815@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kris        2005-02-12 03:41:39 UTC

  FreeBSD ports repository

  Modified files:
    Tools/portbuild/scripts portbuild 
  Log:
  * Instead of using umount -f to unmount things, first use fstat to
  look for processes holding open references within the FS and kill
  them, then use regular umount.  This is necessary now that devfs
  cannot be force-unmounted, and has the benefit that processes can't
  hang around holding references to files between port builds.
  
  * Preliminary work to support using ccache to accelerate builds.
  
  Revision  Changes    Path
  1.40      +44 -6     ports/Tools/portbuild/scripts/portbuild



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