lisp/makefile.w32-in (COMPILE_FIRST): Synch with changes in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2012-06-15 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
|
||||
in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
|
||||
|
||||
2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
|
||||
|
||||
@@ -76,18 +76,14 @@ BIG_STACK_OPTS = --eval "(setq max-lisp-eval-depth $(BIG_STACK_DEPTH))"
|
||||
BYTE_COMPILE_FLAGS = $(BIG_STACK_OPTS) $(BYTE_COMPILE_EXTRA_FLAGS)
|
||||
|
||||
# Files to compile before others during a bootstrap. This is done to
|
||||
# speed up the bootstrap process. The CC files are compiled first
|
||||
# because CC mode tweaks the compilation process, and requiring
|
||||
# cc-mode when it is not compiled doesn't work during the
|
||||
# bootstrapping.
|
||||
# speed up the bootstrap process.
|
||||
|
||||
COMPILE_FIRST = \
|
||||
$(lisp)/emacs-lisp/byte-opt.el \
|
||||
$(lisp)/emacs-lisp/bytecomp.el \
|
||||
$(lisp)/emacs-lisp/byte-opt.el \
|
||||
$(lisp)/emacs-lisp/macroexp.el \
|
||||
$(lisp)/emacs-lisp/cconv.el \
|
||||
$(lisp)/progmodes/cc-mode.el \
|
||||
$(lisp)/progmodes/cc-vars.el
|
||||
$(lisp)/emacs-lisp/autoload.el
|
||||
|
||||
# The actual Emacs command run in the targets below.
|
||||
# The quotes around $(EMACS) are here because the user could type
|
||||
|
||||
Reference in New Issue
Block a user