summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2004-11-19 14:35:40 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2004-11-19 14:35:40 +0000
commit087b413df767c1d4314ebfeeebf2614efde86e4a (patch)
tree148dfa4b88c7c78ad78963c4671dbf3cd4f4f794 /lisp/Makefile.in
parent97564b7ef490505baef1651c0ee35c8d52891c31 (diff)
downloademacs-087b413df767c1d4314ebfeeebf2614efde86e4a.tar.gz
(recompile): Set `max-specpdl-size' before compiling.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index e87ffa6f265..c3bcb6c85e3 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -281,7 +281,10 @@ compile-after-backup: backup-compiled-files compile-always
# .elc is present.
recompile: doit $(lisp)/progmodes/cc-mode.elc
- $(EMACS) $(EMACSOPT) --eval "(batch-byte-recompile-directory 0)" $(lisp)
+ $(EMACS) $(EMACSOPT) \
+ --eval "(setq max-specpdl-size 650)" \
+ --eval "(batch-byte-recompile-directory 0)" \
+ $(lisp)
# CC Mode uses a compile time macro system which causes a compile time
# dependency in cc-mode.elc on the macros in cc-langs.el and the