On 2013-04-06 13:02, Vladimir Panteleev wrote:
Why would you want recursive compilation plus specifying multiple modules?
If you're building a library which as a dependency on another library, which you build from source. Perhaps not that common.
For a library, you generally know the exact set of modules to be built. If not in a makefile / build script, you could write one dummy module that imports all of the library's components, and use that as the root of incremental compilation.
Using a dummy module is ugly. -- /Jacob Carlborg
