automake
[Top][All Lists]
Advanced

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

Re: [PATCH] port elisp-compilation support to emacs-23.1 and newer


From: Glenn Morris
Subject: Re: [PATCH] port elisp-compilation support to emacs-23.1 and newer
Date: Tue, 28 Nov 2017 17:23:44 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Jim Meyering wrote:

> Remember: this arises only in a non-srcdir build. That means build
> artifacts end up being written into the mostly-empty current directory
> hierarchy, which does not have copies of the sources. Installation
> processes will continue to copy both .el and .elc files into place.

Oh, so you only split .el and .elc up while building, but they get
installed into the same place? That's not so bad, though it is, eg, not
something that Emacs supports in its own build process (in non-srcdir
builds, .elc still get written into srcdir).

BTW:

ELCFLAGS=-lbytecomp

is presumably another way to solve your issue, for any version of Emacs
and automake (once bytecomp is loaded you can redefine functions as you wish).



reply via email to

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