emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp makefile.w32-in


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp makefile.w32-in
Date: Thu, 15 Oct 2009 06:10:10 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/10/15 06:10:10

Modified files:
        lisp           : makefile.w32-in 

Log message:
        (autoloads, $(lisp)/calendar/cal-loaddefs.el)
        ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
        ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
        w32-batch-update-autoloads.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/makefile.w32-in?cvsroot=emacs&r1=1.99&r2=1.100

Patches:
Index: makefile.w32-in
===================================================================
RCS file: /sources/emacs/emacs/lisp/makefile.w32-in,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -b -r1.99 -r1.100
--- makefile.w32-in     7 Oct 2009 17:10:26 -0000       1.99
+++ makefile.w32-in     15 Oct 2009 06:10:10 -0000      1.100
@@ -1,6 +1,6 @@
 #  -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
-#  Copyright (C) 2000, 2001, 2002, 2003, 2004,
-#                2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+#   2009  Free Software Foundation, Inc.
 
 #  This file is part of GNU Emacs.
 
@@ -214,7 +214,7 @@
        @echo Directories: . $(WINS_UPDATES)
        $(emacs) -l autoload \
                --eval $(ARGQUOTE)(setq find-file-hook nil 
find-file-suppress-same-file-warnings t)$(ARGQUOTE) \
-               -f w32-batch-update-autoloads "$(lisp)/loaddefs.el" . 
$(WINS_UPDATES)
+               -f w32-batch-update-autoloads "$(lisp)/loaddefs.el" $(MAKE) . 
$(WINS_UPDATES)
 
 $(lisp)/subdirs.el:
        $(MAKE) $(MFLAGS) update-subdirs
@@ -358,7 +358,7 @@
           --eval "(setq find-file-suppress-same-file-warnings t)" \
           --eval "(setq make-backup-files nil)" \
           -f w32-batch-update-autoloads "$(lisp)/calendar/cal-loaddefs.el" \
-             ./calendar
+             $(MAKE) ./calendar
 
 $(lisp)/calendar/diary-loaddefs.el:
        "$(EMACS)" $(EMACSOPT) -l autoload \
@@ -366,7 +366,7 @@
           --eval "(setq find-file-suppress-same-file-warnings t)" \
           --eval "(setq make-backup-files nil)" \
           -f w32-batch-update-autoloads $(lisp)/calendar/diary-loaddefs.el \
-             ./calendar
+             $(MAKE) ./calendar
 
 $(lisp)/calendar/hol-loaddefs.el:
        "$(EMACS)" $(EMACSOPT) -l autoload \
@@ -374,7 +374,7 @@
           --eval "(setq find-file-suppress-same-file-warnings t)" \
           --eval "(setq make-backup-files nil)" \
           -f w32-batch-update-autoloads $(lisp)/calendar/hol-loaddefs.el \
-             ./calendar
+             $(MAKE) ./calendar
 
 # Update MH-E internal autoloads. These are not to be confused with
 # the autoloads for the MH-E entry points, which are already in
@@ -403,7 +403,7 @@
           --eval $(ARGQUOTE)(setq find-file-suppress-same-file-warnings 
t)$(ARGQUOTE) \
           --eval $(ARGQUOTE)(setq make-backup-files nil)$(ARGQUOTE) \
           -f w32-batch-update-autoloads \
-          $(ARGQUOTE)$(lisp)/mh-e/mh-loaddefs.el$(ARGQUOTE) ./mh-e
+          $(ARGQUOTE)$(lisp)/mh-e/mh-loaddefs.el$(ARGQUOTE) $(MAKE) ./mh-e
 
 # Prepare a bootstrap in the lisp subdirectory.
 #




reply via email to

[Prev in Thread] Current Thread [Next in Thread]