]> sourceware.org Git - automake.git/commit
Build elisp files all at once instead of one by one.
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 10 Jan 2003 17:25:33 +0000 (17:25 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 10 Jan 2003 17:25:33 +0000 (17:25 +0000)
commita428de468529611c8d7761deb772f95d348a65bb
treee10626d4ff55ae4624c2937230f317ea6067055f
parent1f620d539b4627314f1440adac178a3dc9c9423d
Build elisp files all at once instead of one by one.
* automake.in (handle_emacs_lisp): Define am__ELFILES.  Add
elc-stamp to all's dependencies.
* lib/am/lisp.am (elc-stamp): New rule, build all *.elc files.
(.el.elc): Rewrite to call elc-stamp if $@ doesn't exist.
(clean-lisp): Clean elc-stamp.
* lib/elisp-comp: Reindent.  Erase the temporatry directory
from a trap.  Propagate Emacs's exit status.
* tests/lisp3.test: New file.
* tests/Makefile.am (TESTS): Add lisp3.test.
Reported by Ryan T. Sammartino.
ChangeLog
NEWS
automake.in
lib/am/lisp.am
lib/elisp-comp
tests/Makefile.am
tests/Makefile.in
tests/lisp3.test [new file with mode: 0755]
This page took 0.029573 seconds and 5 git commands to generate.