]> git.eshelyaron.com Git - emacs.git/commit
Make install target functional for new eln-cache directory arrangement
authorAndrea Corallo <akrl@sdf.org>
Sun, 16 Aug 2020 09:18:36 +0000 (11:18 +0200)
committerAndrea Corallo <akrl@sdf.org>
Mon, 17 Aug 2020 16:04:23 +0000 (18:04 +0200)
commit171db3110159d95803dea13c4ee7bca4a795747b
tree6dd47e1c08c0282b819847c7ad59bb47fe67fe1d
parentb6238d826e5abd1f49144df711deac6bffa3fe32
Make install target functional for new eln-cache directory arrangement

* src/comp.h (fixup_eln_load_path): New extern.

* src/comp.c (fixup_eln_load_path): New function.

* src/pdumper.c (dump_do_dump_relocation): Update to make use of
'fixup_eln_load_path'.

* lisp/loadup.el: Update to store in the compilation unit the
correct eln-cache installed path. Rename --lisp-dest -> --eln-dest
and.

* Makefile.in: Pass the eln destination directory to
src/Makefile. Rename LISP_DESTDIR -> ELN_DESTDIR.
(ELN_DESTDIR): Define.
(install-eln): New target.
(install): Add install-eln as prerequisite.

* src/Makefile.in: Rename --lisp-dest -> --eln-dest and
LISP_DESTDIR -> ELN_DESTDIR.
Makefile.in
lisp/loadup.el
src/Makefile.in
src/comp.c
src/comp.h
src/pdumper.c