aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2009-10-02 18:56:05 +0000
committerEli Zaretskii2009-10-02 18:56:05 +0000
commit8f885d01d22ffe134bbed2b6520badbfc46c2636 (patch)
tree53d778efc1973bcf800b4e987b0b99a9710603f0
parent573709fd61f042db02003a5b5bd853cb55469d85 (diff)
downloademacs-8f885d01d22ffe134bbed2b6520badbfc46c2636.tar.gz
emacs-8f885d01d22ffe134bbed2b6520badbfc46c2636.zip
(AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
-rw-r--r--lisp/ChangeLog1
-rw-r--r--lisp/makefile.w32-in4
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ff1416cddc8..59ad29615d7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -6,6 +6,7 @@
6 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in 6 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
7 subdirs of cedet as well. 7 subdirs of cedet as well.
8 (WINS_BASIC): Add eieio. 8 (WINS_BASIC): Add eieio.
9 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
9 10
102009-10-02 Stefan Monnier <monnier@iro.umontreal.ca> 112009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11 12
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index 20290caf496..8228b649973 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/makefile.w32-in
@@ -60,7 +60,9 @@ LOADDEFS = $(lisp)/calendar/cal-loaddefs.el \
60 60
61AUTOGENEL = $(lisp)/loaddefs.el $(LOADDEFS) $(lisp)/cus-load.el \ 61AUTOGENEL = $(lisp)/loaddefs.el $(LOADDEFS) $(lisp)/cus-load.el \
62 $(lisp)/finder-inf.el $(lisp)/subdirs.el $(lisp)/eshell/esh-groups.el \ 62 $(lisp)/finder-inf.el $(lisp)/subdirs.el $(lisp)/eshell/esh-groups.el \
63 $(lisp)/calc/calc-loaddefs.el $(lisp)/nxml/subdirs.el 63 $(lisp)/calc/calc-loaddefs.el $(lisp)/nxml/subdirs.el \
64 $(lisp)/cedet/semantic/loaddefs.el $(lisp)/cedet/ede/loaddefs.el \
65 $(lisp)/cedet/srecode/loaddefs.el
64 66
65# Files to compile before others during a bootstrap. This is done to 67# Files to compile before others during a bootstrap. This is done to
66# speed up the bootstrap process. The CC files are compiled first 68# speed up the bootstrap process. The CC files are compiled first