mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
(compile): Set `max-specpdl-size' before compiling.
This commit is contained in:
parent
99439846b8
commit
18cb59e8a4
@ -1,3 +1,7 @@
|
||||
2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* Makefile.in (compile): Set `max-specpdl-size' before compiling.
|
||||
|
||||
2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||
|
||||
* progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
|
||||
|
@ -236,7 +236,8 @@ compile: $(lisp)/subdirs.el doit
|
||||
if test -f $$el; \
|
||||
then \
|
||||
echo Compiling $$el; \
|
||||
$(emacs) -f batch-byte-compile-if-not-done $$el || exit 1; \
|
||||
$(emacs) --eval "(setq max-specpdl-size 650)" \
|
||||
-f batch-byte-compile-if-not-done $$el || exit 1; \
|
||||
fi \
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user