diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-10-08 10:31:17 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-10-08 10:31:17 +0300 |
commit | 6e83a4100a7c4d528a1b88dab49327102f833c4a (patch) | |
tree | c62f283e8b47f79d20dda993fcc3a083f2c50889 /admin/make-tarball.txt | |
parent | 525602d68200ae79d853e8f2bf525b3d966dd819 (diff) | |
download | emacs-6e83a4100a7c4d528a1b88dab49327102f833c4a.tar.gz |
; * admin/make-tarball.txt: Should configure --with-native-compilation.
Diffstat (limited to 'admin/make-tarball.txt')
-rw-r--r-- | admin/make-tarball.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index ae007d76b03..22276080c5d 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 |