Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2006 04:23:14 +0000 (UTC)
From:      "Bruce A. Mah" <bmah@FreeBSD.org>
To:        doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: doc/share/mk doc.subdir.mk
Message-ID:  <200611090423.kA94NEL1067511@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bmah        2006-11-09 04:23:14 UTC

  FreeBSD doc repository

  Modified files:
    share/mk             doc.subdir.mk 
  Log:
  Eliminate duplicate traversal of directories in realinstall target.
  
  This change eliminates O(2^N)-1 passes through the individual documents,
  where N is the number of levels of directory hierarchy.  For a
  "make install" from the top level of the doc/ tree, files corresponding
  to individual documents were being installed eight (!!!) times.
  
  Reviewed by:    trhodes, Szilveszter Adam
  
  Revision  Changes    Path
  1.12      +1 -1      doc/share/mk/doc.subdir.mk



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