On Sun, Dec 13, 2009 at 2:00 PM, Neil Puttock <[email protected]> wrote:
> 2009/12/13 Mark Polesky <[email protected]>:
>
>> Is there a way to improve this?  I don't want to put too
>> much extra stress on CPU1 if I run `make check' alot.  Or am
>> I being paranoid?
>
> make -j5 CPU_COUNT=5 check

Be warned that sometimes lilypond-book has hash collisions in the
filename, which can lead to weird compile errors when one process
finished dealing with aa/lily-aaaa.ps (and thus deletes it), while
another process has finished generating aa/lily-aaaa.ps but hasn't
started running ps2pdf yet, and thus doesn't find the file that it
just wrote.

http://code.google.com/p/lilypond/issues/detail?id=867

If you use that command and something breaks, run "make check", wait
10 seconds or so, then cancel that, and then re-run the fancier
command.

Cheers,
- Graham


_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to