Comment #3 on issue 2778 by [email protected]: DOC Build: circular
dependencies dropped
http://code.google.com/p/lilypond/issues/detail?id=2778
Interesting.
Note that CPU_COUNT=2 currently has no effect on "make"/"make all", you may
want to use it with "make doc" instead.
As for circular dependencies, could you run the following
make doc-clean
make clean
make -d -n doc &>make-n-doc.log
and send (possibly privately in case it is too large) make-n-doc.log?
I'm asking this, because I tried running similar commands in my directory
(without any -j flag or CPU_COUNT setting), and didn't get those errors of
circular dependencies.