mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
(COMPILE_FIRST): Add cc-mode.el
and cc-vars.el.
This commit is contained in:
parent
1e406be025
commit
170a9e70c1
@ -1,5 +1,8 @@
|
||||
2001-03-21 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
|
||||
and cc-vars.el.
|
||||
|
||||
* mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
|
||||
headers. Always invoke sendmail with option -t.
|
||||
|
||||
|
@ -94,13 +94,18 @@ DONTCOMPILE = \
|
||||
$(lisp)/term/xterm.el \
|
||||
$(lisp)/version.el
|
||||
|
||||
# Files to compile before others during a bootstrap. This is done
|
||||
# to speed up the bootstrap process.
|
||||
# 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.
|
||||
|
||||
COMPILE_FIRST = \
|
||||
$(lisp)/emacs-lisp/byte-opt.el \
|
||||
$(lisp)/emacs-lisp/bytecomp.el \
|
||||
$(lisp)/subr.el
|
||||
$(lisp)/subr.el \
|
||||
$(lisp)/progmodes/cc-mode.el \
|
||||
$(lisp)/progmodes/cc-vars.el
|
||||
|
||||
# The actual Emacs command run in the targets below.
|
||||
|
||||
|
@ -96,13 +96,18 @@ DONTCOMPILE = \
|
||||
$(lisp)/term/xterm.el \
|
||||
$(lisp)/version.el
|
||||
|
||||
# Files to compile before others during a bootstrap. This is done
|
||||
# to speed up the bootstrap process.
|
||||
# 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.
|
||||
|
||||
COMPILE_FIRST = \
|
||||
$(lisp)/emacs-lisp/byte-opt.el \
|
||||
$(lisp)/emacs-lisp/bytecomp.el \
|
||||
$(lisp)/subr.el
|
||||
$(lisp)/subr.el \
|
||||
$(lisp)/progmodes/cc-mode.el \
|
||||
$(lisp)/progmodes/cc-vars.el
|
||||
|
||||
# The actual Emacs command run in the targets below.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user