changeset 58341:b31dca5987ad

(compile): Set `max-specpdl-size' before compiling.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 20 Nov 2004 03:06:41 +0000
parents 6ae939127d99
children def2dd949fa4
files lisp/Makefile.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/Makefile.in	Sat Nov 20 00:40:27 2004 +0000
+++ b/lisp/Makefile.in	Sat Nov 20 03:06:41 2004 +0000
@@ -236,7 +236,8 @@
 	  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