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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/Makefile.in [lexbind]
Date: Tue, 06 Jul 2004 07:09:28 -0400

Index: emacs/lisp/Makefile.in
diff -c emacs/lisp/Makefile.in:1.34.2.10 emacs/lisp/Makefile.in:1.34.2.11
*** emacs/lisp/Makefile.in:1.34.2.10    Tue Apr 27 14:08:28 2004
--- emacs/lisp/Makefile.in      Tue Jul  6 10:00:01 2004
***************
*** 124,130 ****
  # bootstrapping.
  
  COMPILE_FIRST = \
-       $(lisp)/emacs-lisp/macroexp.el \
        $(lisp)/emacs-lisp/byte-opt.el \
        $(lisp)/emacs-lisp/bytecomp.el \
        $(lisp)/subr.el \
--- 124,129 ----
***************
*** 237,243 ****
          if test -f $$el; \
          then \
            echo Compiling $$el; \
!           $(emacs) --eval '(setq max-lisp-eval-depth 1000)' -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
  
***************
*** 327,331 ****
  distclean:
        -rm -f ./Makefile
  
- # arch-tag: d4ea703a-b91c-405c-a171-8dde30b163a7
  # Makefile ends here.
--- 326,329 ----




reply via email to

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