# HG changeset patch # User Eli Zaretskii # Date 1137145694 0 # Node ID 2b88586923540bd035930883ffb6abd3f9bfa930 # Parent 64ffb453d98122521b6edd8ffe6a852cecd4e387 (MH_E_SRC): Synchronize with Makefile.in. (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright years. Fix small differences wrt Makefile.in. (recompile): Use --eval '(batch-byte-recompile-directory 0)', like Makefile.in does. diff -r 64ffb453d981 -r 2b8858692354 lisp/makefile.w32-in --- a/lisp/makefile.w32-in Fri Jan 13 07:12:06 2006 +0000 +++ b/lisp/makefile.w32-in Fri Jan 13 09:48:14 2006 +0000 @@ -289,20 +289,21 @@ # Recompile all Lisp files which are newer than their .elc files. # Note that this doesn't create .elc files. It only recompiles if an # .elc is present. - -recompile: mh-autoloads doit - $(emacs) -f batch-byte-recompile-directory $(lisp) +# WARNING: Do NOT split the part inside $(ARGQUOTE)s into multiple lines as +# this can break with GNU Make 3.81 and later if sh.exe is used. +recompile: mh-autoloads doit $(lisp)/progmodes/cc-mode.elc + $(emacs) --eval $(ARGQUOTE)(batch-byte-recompile-directory 0)$(ARGQUOTE) $(lisp) # Update MH-E internal autoloads. These are not to be confused with # the autoloads for the MH-E entry points, which are already in # loaddefs.el. MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el \ - $(lisp)/mh-e/mh-comp.el $(lisp)/mh-e/mh-customize.el \ - $(lisp)/mh-e/mh-e.el $(lisp)/mh-e/mh-funcs.el \ - $(lisp)/mh-e/mh-mime.el $(lisp)/mh-e/mh-pick.el \ - $(lisp)/mh-e/mh-print.el $(lisp)/mh-e/mh-inc.el \ - $(lisp)/mh-e/mh-init.el $(lisp)/mh-e/mh-index.el \ - $(lisp)/mh-e/mh-identity.el $(lisp)/mh-e/mh-junk.el \ + $(lisp)/mh-e/mh-buffers.el $(lisp)/mh-e/mh-comp.el \ + $(lisp)/mh-e/mh-customize.el $(lisp)/mh-e/mh-e.el \ + $(lisp)/mh-e/mh-funcs.el $(lisp)/mh-e/mh-identity.el \ + $(lisp)/mh-e/mh-inc.el $(lisp)/mh-e/mh-init.el \ + $(lisp)/mh-e/mh-junk.el $(lisp)/mh-e/mh-mime.el \ + $(lisp)/mh-e/mh-print.el $(lisp)/mh-e/mh-search.el \ $(lisp)/mh-e/mh-seq.el $(lisp)/mh-e/mh-speed.el \ $(lisp)/mh-e/mh-utils.el @@ -322,37 +323,37 @@ pre-mh-loaddefs.el-SH: echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@ echo ";;" >> $@ - echo ";;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc." >> $@ - echo ";;; Author: Bill Wohler " >> $@ - echo ";;; Keywords: mail" >> $@ + echo ";; Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc." >> $@ + echo ";; Author: Bill Wohler " >> $@ + echo ";; Keywords: mail" >> $@ echo ";;; Commentary:" >> $@ echo ";;; Change Log:" >> $@ echo ";;; Code:" >> $@ echo " " >> $@ echo "(provide 'mh-loaddefs)" >> $@ - echo ";;; Local Variables:" >> $@ - echo ";;; version-control: never" >> $@ - echo ";;; no-byte-compile: t" >> $@ - echo ";;; no-update-autoloads: t" >> $@ - echo ";;; End:" >> $@ + echo ";; Local Variables:" >> $@ + echo ";; version-control: never" >> $@ + echo ";; no-byte-compile: t" >> $@ + echo ";; no-update-autoloads: t" >> $@ + echo ";; End:" >> $@ echo ";;; mh-loaddefs.el ends here" >> $@ pre-mh-loaddefs.el-CMD: echo ;;; mh-loaddefs.el --- automatically extracted autoloads> $@ echo ;;>> $@ - echo ;;; Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.>> $@ - echo ;;; Author: Bill Wohler (wohler@newt.com)>> $@ - echo ;;; Keywords: mail>> $@ + echo ;; Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.>> $@ + echo ;; Author: Bill Wohler (wohler@newt.com)>> $@ + echo ;; Keywords: mail>> $@ echo ;;; Commentary:>> $@ echo ;;; Change Log:>> $@ echo ;;; Code:>> $@ echo. >> $@ echo (provide 'mh-loaddefs)>> $@ - echo ;;; Local Variables:>> $@ - echo ;;; version-control: never>> $@ - echo ;;; no-byte-compile: t>> $@ - echo ;;; no-update-autoloads: t>> $@ - echo ;;; End:>> $@ + echo ;; Local Variables:>> $@ + echo ;; version-control: never>> $@ + echo ;; no-byte-compile: t>> $@ + echo ;; no-update-autoloads: t>> $@ + echo ;; End:>> $@ echo ;;; mh-loaddefs.el ends here>> $@ # Prepare a bootstrap in the lisp subdirectory.