From 4252cea163c2a7bde2ebedfa46b4f1fdc11d7d60 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 7 Aug 2022 14:40:54 +0200 Subject: [PATCH] Clarify lisp/Makefile.in comment * lisp/Makefile.in: Clarify comment. --- lisp/Makefile.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index ff70401f5b9..c73a623cce9 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -172,10 +172,11 @@ org-manuals: main-first ## Comments on loaddefs generation: # loaddefs depends on gen-lisp because in ../src, the emacs target -# depends on loaddefs but not on eg leim-list. So having leim as a -# dependency of loaddefs (via gen-lisp) ensures leim-list gets created -# before the final emacs is dumped. Having leim dependencies in -# ../src as well would create a parallel race condition. +# depends on loaddefs, but not on, for instance, leim-list. So having +# leim as a dependency of loaddefs (via gen-lisp) ensures leim-list +# gets created before the final emacs is dumped. Having leim +# dependencies in ../src as well would create a parallel race +# condition. # # FIXME: Is the following true any more? # -- 2.39.2