emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 6e83a41: ; * admin/make-tarball.txt: Should configure --with-na


From: Eli Zaretskii
Subject: emacs-28 6e83a41: ; * admin/make-tarball.txt: Should configure --with-native-compilation.
Date: Fri, 8 Oct 2021 03:32:18 -0400 (EDT)

branch: emacs-28
commit 6e83a4100a7c4d528a1b88dab49327102f833c4a
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * admin/make-tarball.txt: Should configure --with-native-compilation.
---
 admin/make-tarball.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index ae007d76..2227608 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -42,6 +42,12 @@ General steps (for each step, check for possible errors):
     because some of the commands below run Make, so they need
     Makefiles to be present.
 
+    For Emacs 28, and as long as --with-native-compilation is not the
+    default, the tree needs to be configured with native-compilation
+    enabled, to ensure all the pertinent *.elc files will end up in
+    the tarball.  Otherwise, the *.eln files might not build correctly
+    on the user's system.
+
 2.  Regenerate the etc/AUTHORS file:
       M-: (require 'authors) RET
       M-x authors RET



reply via email to

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