[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fix for parallel make failure
From: |
Eli Zaretskii |
Subject: |
Re: fix for parallel make failure |
Date: |
Wed, 24 Jan 2007 21:59:54 +0200 |
> From: Dan Nicolaescu <address@hidden>
> Date: Wed, 24 Jan 2007 10:13:52 -0800
>
> I got a report for a parallel make failure when doing:
>
> make -j4 -C lisp updates
Thanks. People should really try to use -j more, as it reveals subtle
problems in our Makefile's.
> Is this patch correct?
Yes, I think so. But can you explain why Emacs tries to load
loaddefs.el? I'm afraid I don't see the reason, and I cannot judge
the correctness of the patch without understanding the exact problem.
The patch you suggested serializes the build more than it is now;
understanding the reason for loading loaddefs could suggest an
alternative patch that avoids the additional serialization.