gnu-emacs-sources
[Top][All Lists]
Advanced

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

Re: ELIP 0.803 available


From: Thien-Thi Nguyen
Subject: Re: ELIP 0.803 available
Date: Tue, 27 May 2008 08:46:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

⎛⎞ Seweryn Kokot <address@hidden>
⎝⎠ Mon, 26 May 2008 22:34:32 +0200

   Thanks, I can compile elip.el file using byte-compile-file from
   Emacs where "/usr/local/share/emacs/site-lisp/edb" is in
   load-path in .emacs, but how to specify load-path, using 'make'
   command?

If we can do an experiment to find out, here, i will update ELIP
for the next release.

Please change directory to source/ and modify GNUmakefile
(nb: NOT GNUmakefle.in) to read as follows:

lpp =# load-path-prefix

ebatch-opts = $(strip $(and $(lpp), $(addprefix -L , $(lpp))) -batch)

%.elc : %.el
        $(EMACS) $(ebatch-opts) -f batch-byte-compile $<

then, still in that directory, do:

$ make clean all lpp='/usr/local/share/emacs-site-lisp/edb'

and let me know what happens (feel free to drop gnu-emacs-sources
from cc: for subsequent correspondance).

thi




reply via email to

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