GNOME Bugzilla – Bug 607249
Error in docs during parallel make
Last modified: 2010-01-18 08:36:05 UTC
When compiling with parallel make (for example "make -j2"), the following error is displayed, the build is not stopped : Making all in doc make[2]: Entering directory `/home/lorentz/Projets/gstreamer-sharp/doc' /usr/bin/mdassembler --ecma ./en -o gstreamer-sharp-docs /usr/bin/mdassembler --ecma ./en -o gstreamer-sharp-docs mdoc: Sharing violation on path /home/lorentz/Projets/gstreamer-sharp/doc/gstreamer-sharp-docs.zip See `mdoc help' for more information. I'll attach a patch.
Created attachment 151624 [details] [review] Fix parallel make issue by preventing mdassembler to be run twice at the same time
commit 31605c6f467a0d89c0f4539208c0b938d7022a8c Author: Bertrand Lorentz <bertrand.lorentz@gmail.com> Date: Sun Jan 17 22:07:29 2010 +0100 Fix parallel make in doc directory Fixes bug #607249.