all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Dan Nicolaescu <dann@ics.uci.edu>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: parallel build failure for the 22 branch
Date: Sat, 29 Dec 2007 14:23:34 +0200	[thread overview]
Message-ID: <ubq89y9ix.fsf@gnu.org> (raw)
In-Reply-To: <200712261823.lBQIN8xa005457@oogie-boogie.ics.uci.edu> (message from Dan Nicolaescu on Wed, 26 Dec 2007 10:23:08 -0800)

> From: Dan Nicolaescu <dann@ics.uci.edu>
> Date: Wed, 26 Dec 2007 10:23:08 -0800
> 
> 
> Someone sent me this log for a parallel make failure when building the
> 22 branch.
> 
> Can someone please take a look?

Could you ask that person whether the following change fixes the
problem?  If not, I'd like to see a full transcript again.

2007-12-29  Eli Zaretskii  <eliz@gnu.org>

	* Makefile.in (custom-deps, finder-data): Depend on autoloads
	instead of loaddefs.el.

Index: lisp/Makefile.in
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/Makefile.in,v
retrieving revision 1.85.2.3
diff -u -r1.85.2.3 Makefile.in
--- lisp/Makefile.in	19 Aug 2007 00:24:55 -0000	1.85.2.3
+++ lisp/Makefile.in	29 Dec 2007 12:20:39 -0000
@@ -87,12 +87,16 @@
 
 $(lisp)/cus-load.el:
 	touch $@
-custom-deps: $(lisp)/subdirs.el $(lisp)/loaddefs.el $(lisp)/cus-load.el doit
+# Note that custom-deps and finder-data depend on autoloads rather
+# than on loaddefs.el, so that autoloads does not run in parallel with
+# them under "make -j", because that could delete loaddefs.el from
+# under their feet.
+custom-deps: $(lisp)/subdirs.el autoloads $(lisp)/cus-load.el doit
 	wd=$(lisp); $(setwins_almost); \
 	echo Directories: $$wins; \
 	$(emacs) -l cus-dep --eval '(setq generated-custom-dependencies-file "$(lisp)/cus-load.el")' -f custom-make-dependencies $$wins
 
-finder-data: $(lisp)/subdirs.el $(lisp)/loaddefs.el doit
+finder-data: $(lisp)/subdirs.el autoloads doit
 	wd=$(lisp); $(setwins_almost); \
 	echo Directories: $$wins; \
 	$(emacs) -l finder --eval '(setq generated-finder-keywords-file "$(lisp)/finder-inf.el")' -f finder-compile-keywords-make-dist $$wins




  parent reply	other threads:[~2007-12-29 12:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-26 18:23 parallel build failure for the 22 branch Dan Nicolaescu
2007-12-26 19:13 ` Andreas Schwab
2007-12-27 13:42 ` Richard Stallman
2007-12-29 12:23 ` Eli Zaretskii [this message]
2008-01-04  6:34   ` Dan Nicolaescu
2008-01-05 16:10     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ubq89y9ix.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=dann@ics.uci.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.