emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master e4ddf39: Avoid parallel race condition


From: Glenn Morris
Subject: [Emacs-diffs] master e4ddf39: Avoid parallel race condition
Date: Tue, 25 Apr 2017 15:05:57 -0400 (EDT)

branch: master
commit e4ddf394d0ca42b3958848800c98fed2215291f7
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Avoid parallel race condition
    
    * lisp/Makefile.in ($(lisp)/loaddefs.el): Remove gen-lisp for now.
---
 lisp/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index c1b0632..e13734a 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -196,7 +196,7 @@ $(lisp)/finder-inf.el:
 # slow; starting from an almost-correct content will enable the "only
 # update where necessary" feature of batch-update-autoloads.
 autoloads .PHONY: $(lisp)/loaddefs.el
-$(lisp)/loaddefs.el: gen-lisp $(LOADDEFS)
+$(lisp)/loaddefs.el: $(LOADDEFS)
        @echo Directories for loaddefs: ${SUBDIRS_ALMOST}
        @if test -f $@ ; then cp $@ $(lisp)/loaddefs.tmp ; fi
        $(AM_V_GEN)$(emacs) -l autoload \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]