]> git.eshelyaron.com Git - emacs.git/commit
Rename and move eln system directory
authorAndrea Corallo <akrl@sdf.org>
Fri, 4 Sep 2020 09:54:44 +0000 (11:54 +0200)
committerAndrea Corallo <akrl@sdf.org>
Fri, 4 Sep 2020 15:12:22 +0000 (17:12 +0200)
commit67c53691560616598f746491347bd223480e6172
treee11abe41f61a226614eecba1475a55a34c59e788
parent3023eb569213a3dd5183640f6e322acd00ea536a
Rename and move eln system directory

Rename eln sys directory into 'native-lisp' and move it from
"$(DESTDIR)${libexecdir}/emacs/${version}/${configuration}/" to
"$(DESTDIR)${libdir}/emacs/".

Add to the directory name used to disambiguate the eln compatibility
the Emacs version to have it more user friendly.

* Makefile.in (clean, install-eln): Rename eln-cache into
native-lisp.
(ELN_DESTDIR): Move from
'$(DESTDIR)${libexecdir}/emacs/${version}/${configuration}/' to
'$(DESTDIR)${libdir}/emacs/'.

* lisp/loadup.el: Update for comp-native-path-postfix ->
comp-native-version-dir rename.

* src/comp.c (syms_of_comp): Rename eln-cache -> native-lisp.
(syms_of_comp, Fcomp_el_to_eln_filename): Rename
comp-native-path-postfix -> comp-native-version-dir.
(hash_native_abi): Rework and add emacs-version to
comp-native-version-dir.
Makefile.in
lisp/loadup.el
src/comp.c