emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/hyperbole d2fb6a6cb4 3/3: Makefile eln: Force load of a


From: ELPA Syncer
Subject: [elpa] externals/hyperbole d2fb6a6cb4 3/3: Makefile eln: Force load of all .el files; avoid nativecomp warnings
Date: Sun, 19 Jun 2022 10:57:41 -0400 (EDT)

branch: externals/hyperbole
commit d2fb6a6cb4695e5754401e559fff53c7a4c0db4f
Author: Bob Weiner <rsw@gnu.org>
Commit: Bob Weiner <rsw@gnu.org>

    Makefile eln: Force load of all .el files; avoid nativecomp warnings
---
 Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 6ca6a3376d..81cff66916 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 # Author:       Bob Weiner
 #
 # Orig-Date:    15-Jun-94 at 03:42:38
-# Last-Mod:     16-Jun-22 at 00:46:38 by Mats Lidell
+# Last-Mod:     19-Jun-22 at 10:55:03 by Bob Weiner
 #
 # Copyright (C) 1994-2022  Free Software Foundation, Inc.
 # See the file HY-COPY for license information.
@@ -303,12 +303,13 @@ bin: src
        $(RM) *.elc kotl/*.elc
        $(EMACS_BATCH) --eval="(setq-default byte-compile-warnings '(not 
docstrings))" \
                -f batch-byte-compile $(EL_KOTL) $(EL_COMPILE)
-eln: src bin
+eln: src
        $(EMACS_BATCH) \
          --eval="(progn \
                    (setq-default byte-compile-warnings '(not docstrings)) \
                    (load \"hyperbole-autoloads\") \
-                    (load \"kotl/kotl-autoloads\"))" \
+                    (load \"kotl/kotl-autoloads\") \
+                   (mapc #'load-file '($(EL_COMPILE) $(EL_KOTL)))" \
                -f batch-native-compile $(EL_KOTL) $(EL_COMPILE)
 
 # Byte compile files but apply a filter for either including or



reply via email to

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