On Thu, 2011-06-09 at 15:53 +0200, Koen Kooi wrote: > Does cross localegen obey parallel make or does it only do a single locale at > a time?
Just one at a time. It's run out of Python code in libc-package, not by make, so there is no completely straightforward way to get it to respect PARALLEL_MAKE. I guess you could teach libc-package how to generate a makefile and then run it; that'd probably be the easiest way to parallelize that particular process. p. _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
