On Tue, 2010-03-16 at 13:23 +0100, Enrico Scholz wrote: > Doing a '-c clean' operation on a staged package with very much files > (e.g. glibc) took several minutes because > > * every removed file was reported > * an 'rm' instance was spawned for every file > > This patch uses the native 'os.unlink()' method for removing files and > reports only the removed root directory instead of the single files.
We call os.unlink by itself in other places. If we don't wrap it, could we get an exception, really (that wouldn't otherwise be a bug to fix) ? -- Tom Rini <[email protected]> Mentor Graphics Corporation _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
