GNOME Bugzilla – Bug 546944
Banshee cannot be built in parallel with make -j2
Last modified: 2008-09-08 11:32:10 UTC
If you try to build banshee by having make run several jobs (by running "make -j2"), the build fails with various errors. "make -j2" is used by some build systems (Gentoo for example), and by impatient people with multiple CPU/cores. I'll attach a patch that solves this.
Created attachment 116149 [details] [review] Allow parallel build
My make/bash fu isn't strong enough. Aaron, can you review?
Looks good, feel free to commit. Thanks Bertrand.
Committed !