[Vm-dev] build.macos32x86/pharo.cog.spur and dependency tracking

Eliot Miranda eliot.miranda at gmail.com
Fri Aug 25 14:29:20 UTC 2017


Hi Holger,

> On Aug 25, 2017, at 2:46 AM, Holger Freyther <holger at freyther.de> wrote:
> 
> 
> Hey,
> 
> I am working on the macos VM right now and I wondered if that is normal/to be expected. When typing make in an already built VM with no modifications I get 655 lines of output and it takes about 7.2s realtime. Is this to be expected?

Yes.  The extra output is due to spawning a sub make for each plugin and/or to check that each support library is built.

> Can this to be improved? No output and 1s?

Maybe it can.  But if that spawn was silent it might be more confusing to solve errors and it might be more difficult to figure out how to spawn a sub make.  But feel free to alter it.

> 
> thank you
> 
>    holger


More information about the Vm-dev mailing list