aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-12-27 12:03:46 +0000
committerEli Zaretskii2008-12-27 12:03:46 +0000
commit6c4d5dd3eb410841042598dca080f06b4fcc916a (patch)
tree794cd658ec02177577546daff56c8a8e5780a8a0
parent2c65e87c38a8bd71b24d2940a3ab74b519c67f8c (diff)
downloademacs-6c4d5dd3eb410841042598dca080f06b4fcc916a.tar.gz
emacs-6c4d5dd3eb410841042598dca080f06b4fcc916a.zip
(MH_E_DIR): New variable.
($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc) ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc) ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc) ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc) ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc) ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc) ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc) ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc) ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc) ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc) ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
-rw-r--r--lisp/ChangeLog13
-rw-r--r--lisp/makefile.w32-in56
2 files changed, 69 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index abd97e69f97..5cda871b6e6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,18 @@
12008-12-27 Eli Zaretskii <eliz@gnu.org> 12008-12-27 Eli Zaretskii <eliz@gnu.org>
2 2
3 * makefile.w32-in (MH_E_DIR): New variable.
4 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
5 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
6 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
7 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
8 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
9 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
10 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
11 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
12 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
13 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
14 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
15
3 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc) 16 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
4 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc) 17 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
5 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc) 18 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index 8b978d29581..511bd77907a 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/makefile.w32-in
@@ -519,3 +519,59 @@ $(lisp)/progmodes/cc-styles.elc: $(lisp)/progmodes/cc-vars.elc \
519$(lisp)/progmodes/cc-subword.elc: $(lisp)/progmodes/cc-cmds.elc 519$(lisp)/progmodes/cc-subword.elc: $(lisp)/progmodes/cc-cmds.elc
520 520
521$(lisp)/progmodes/cc-vars.elc: $(lisp)/custom.elc $(lisp)/widget.elc 521$(lisp)/progmodes/cc-vars.elc: $(lisp)/custom.elc $(lisp)/widget.elc
522
523# MH-E dependencies, mainly to prevent failures with parallel
524# compilation, due to race conditions between writing a given FOO.elc
525# file and another file being compiled that says "(require FOO)",
526# which causes Emacs to try to read FOO.elc.
527MH_E_DIR = ./mh-e
528$(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc $(MH_E_DIR)/mh-folder.elc\
529 $(MH_E_DIR)/mh-funcs.elc $(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc\
530 $(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc $(MH_E_DIR)/mh-limit.elc\
531 $(MH_E_DIR)/mh-mime.elc $(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc\
532 $(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc $(MH_E_DIR)/mh-show.elc\
533 $(MH_E_DIR)/mh-speed.elc $(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc\
534 $(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc:\
535 $(MH_E_DIR)/mh-e.elc
536
537$(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-folder.elc\
538 $(MH_E_DIR)/mh-inc.elc $(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-limit.elc\
539 $(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc $(MH_E_DIR)/mh-speed.elc\
540 $(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc:\
541 $(lisp)/emacs-lisp/cl.elc
542
543$(MH_E_DIR)/mh-comp.elc $(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc\
544 $(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-print.elc\
545 $(MH_E_DIR)/mh-seq.elc $(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-thread.elc:\
546 $(MH_E_DIR)/mh-scan.elc
547
548$(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-letter.elc $(MH_E_DIR)/mh-mime.elc\
549 $(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc:\
550 $(lisp)/gnus/gnus-util.elc
551
552$(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-search.elc:\
553 $(lisp)/progmodes/which-func.elc
554
555$(MH_E_DIR)/mh-letter.elc $(MH_E_DIR)/mh-seq.elc $(MH_E_DIR)/mh-show.elc\
556 $(MH_E_DIR)/mh-utils.elc:\
557 $(lisp)/font-lock.elc
558
559$(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-show.elc: $(lisp)/net/goto-addr.elc
560
561$(MH_E_DIR)/mh-comp.elc: $(lisp)/mail/sendmail.elc
562
563$(MH_E_DIR)/mh-e.elc: $(MH_E_DIR)/mh-buffers.elc $(lisp)/gnus/gnus.elc \
564 $(lisp)/cus-face.elc
565
566$(MH_E_DIR)/mh-letter.elc: $(lisp)/gnus/mailcap.elc $(lisp)/gnus/mm-decode.elc \
567 $(lisp)/gnus/mm-view.elc $(lisp)/gnus/mml.elc $(lisp)/gnus/message.elc
568
569$(MH_E_DIR)/mh-print.elc: $(lisp)/ps-print.elc
570
571$(MH_E_DIR)/mh-search.elc: $(lisp)/imenu.elc
572
573$(MH_E_DIR)/mh-show.elc: $(lisp)/gnus/gnus-cite.elc
574
575$(MH_E_DIR)/mh-speed.elc: $(lisp)/speedbar.elc $(lisp)/emacs-lisp/timer.elc
576
577$(MH_E_DIR)/mh-tool-bar.elc: $(lisp)/tool-bar.elc