diff options
| author | Thien-Thi Nguyen | 2004-11-20 10:35:04 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2004-11-20 10:35:04 +0000 |
| commit | 90b37ca3cf5acf67e2bda7a0c6bbf8f9242de60e (patch) | |
| tree | 2aad791efee61ac6beb504f39e7704fb002a63b0 | |
| parent | 345802a7c395dc6c45acd9a7d1b0f708e28f62e3 (diff) | |
| download | emacs-90b37ca3cf5acf67e2bda7a0c6bbf8f9242de60e.tar.gz emacs-90b37ca3cf5acf67e2bda7a0c6bbf8f9242de60e.zip | |
(recompile): Revert 2004-11-19 change.
(compile): Likewise.
| -rw-r--r-- | lisp/Makefile.in | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 5f2762cbb87..e87ffa6f265 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -236,8 +236,7 @@ compile: $(lisp)/subdirs.el doit | |||
| 236 | if test -f $$el; \ | 236 | if test -f $$el; \ |
| 237 | then \ | 237 | then \ |
| 238 | echo Compiling $$el; \ | 238 | echo Compiling $$el; \ |
| 239 | $(emacs) --eval "(setq max-specpdl-size 650)" \ | 239 | $(emacs) -f batch-byte-compile-if-not-done $$el || exit 1; \ |
| 240 | -f batch-byte-compile-if-not-done $$el || exit 1; \ | ||
| 241 | fi \ | 240 | fi \ |
| 242 | done | 241 | done |
| 243 | 242 | ||
| @@ -282,10 +281,7 @@ compile-after-backup: backup-compiled-files compile-always | |||
| 282 | # .elc is present. | 281 | # .elc is present. |
| 283 | 282 | ||
| 284 | recompile: doit $(lisp)/progmodes/cc-mode.elc | 283 | recompile: doit $(lisp)/progmodes/cc-mode.elc |
| 285 | $(EMACS) $(EMACSOPT) \ | 284 | $(EMACS) $(EMACSOPT) --eval "(batch-byte-recompile-directory 0)" $(lisp) |
| 286 | --eval "(setq max-specpdl-size 650)" \ | ||
| 287 | --eval "(batch-byte-recompile-directory 0)" \ | ||
| 288 | $(lisp) | ||
| 289 | 285 | ||
| 290 | # CC Mode uses a compile time macro system which causes a compile time | 286 | # CC Mode uses a compile time macro system which causes a compile time |
| 291 | # dependency in cc-mode.elc on the macros in cc-langs.el and the | 287 | # dependency in cc-mode.elc on the macros in cc-langs.el and the |