emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/Makefile.in


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/Makefile.in
Date: Sat, 20 Nov 2004 05:47:59 -0500

Index: emacs/lisp/Makefile.in
diff -c emacs/lisp/Makefile.in:1.60 emacs/lisp/Makefile.in:1.61
*** emacs/lisp/Makefile.in:1.60 Sat Nov 20 03:06:41 2004
--- emacs/lisp/Makefile.in      Sat Nov 20 10:35:04 2004
***************
*** 236,243 ****
          if test -f $$el; \
          then \
            echo Compiling $$el; \
!           $(emacs) --eval "(setq max-specpdl-size 650)" \
!                    -f batch-byte-compile-if-not-done $$el || exit 1; \
          fi \
        done
  
--- 236,242 ----
          if test -f $$el; \
          then \
            echo Compiling $$el; \
!           $(emacs) -f batch-byte-compile-if-not-done $$el || exit 1; \
          fi \
        done
  
***************
*** 282,291 ****
  # .elc is present.
  
  recompile: doit $(lisp)/progmodes/cc-mode.elc
!       $(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
--- 281,287 ----
  # .elc is present.
  
  recompile: doit $(lisp)/progmodes/cc-mode.elc
!       $(EMACS) $(EMACSOPT) --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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]