waf: Disable build/install phase interleaving
commitccfe8f23c154327ef2f033933f4f6e6a34cb67bf
authorJiří Techet <techet@gmail.com>
Sun, 12 Apr 2015 18:57:17 +0000 (12 20:57 +0200)
committerJiří Techet <techet@gmail.com>
Sun, 12 Apr 2015 18:57:17 +0000 (12 20:57 +0200)
tree0b06d5ec019f00fcafc32211b5912c90f0177ec5
parentd1a3ec1849c3cd337c3eef9cd25374248da97bab
waf: Disable build/install phase interleaving

When doing "./waf install" and some source files are modified
so they need to be rebuilt, the build and install phase can be
interleaved so one thread is still performing build while other
thread is already performing install tasks.

This appears to be a problem (at least on OS X) when some of
the Geany plugins are still being built and libgeany is already
being installed in parallel.

Create a separate group for the install phase to eliminate the
problem.
wscript