HomeFreeBSD

Eliminate duplicate traversal of directories in realinstall target.

Description

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

Details

Provenance
Bruce A. Mah <bmah@FreeBSD.org>Authored on Nov 9 2006, 4:23 AM
Parents
R9:8f934fea6c4d: MFen: 1.64 --> 1.66
Branches
Unknown
Tags
Unknown

Event Timeline

Bruce A. Mah <bmah@FreeBSD.org> committed R9:c90f3cf5c018: Eliminate duplicate traversal of directories in realinstall target. (authored by Bruce A. Mah <bmah@FreeBSD.org>).Nov 9 2006, 4:23 AM