> Calling "compile-core" for every plugin makes builds really slow.
I was surprised that nobody complain about this... ;-) > I > think it's safe to assume that the core has already been compiled before > plugins are compiled. Don't you? It just ensure that the last modified core version is automatically compiled while compiling a single plugin. >From my point of view the time for a whole build is not a problem. If I just work on core, then I can use the "fast" compile-core target. And if I just work on a plugin, I only compile the plugin. Finally I use the global compilation very rarely. But perhaps that's not your case, and so it makes sense to reduce time of the whole build. Jérôme
