cvs commit: doc/share/mk doc.subdir.mk
Bruce A. Mah
bmah at FreeBSD.org
Thu Nov 9 04:23:14 UTC 2006
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
More information about the cvs-doc
mailing list