> From: Dan Nicolaescu <[EMAIL PROTECTED]> > 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. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
