]> git.ipfire.org Git - ipfire-2.x.git/commit
Speed up rootfile generation
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 12 Dec 2015 17:06:10 +0000 (17:06 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 12 Dec 2015 17:06:10 +0000 (17:06 +0000)
commit1b169a72daae63d435ee74b7ca9f28f1813fb177
treeda69465045d8e6f64e86b3063f4382ae125b8065
parentca762aaf6e9e0062168b145b935171713c88d2b5
Speed up rootfile generation

The old usage of find walked through the entire filesystem tree
and excluded some paths from being printed. The more efficient
solution is to skip walking through excluded directories entirely.

This is a slight speedup of the build process by a few minutes.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/Config