emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/makefile.w32-in
Date: Sat, 17 Dec 2005 17:27:35 +0000

Index: emacs/lisp/makefile.w32-in
diff -u emacs/lisp/makefile.w32-in:1.52 emacs/lisp/makefile.w32-in:1.53
--- emacs/lisp/makefile.w32-in:1.52     Mon Oct 24 10:54:53 2005
+++ emacs/lisp/makefile.w32-in  Sat Dec 17 17:27:35 2005
@@ -97,6 +97,8 @@
 
 $(lisp)/cus-load.el:
        touch $@
+# 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.
 custom-deps: $(lisp)/cus-load.el doit
        @echo Directories: $(WINS)
        -$(emacs) -l cus-dep --eval $(ARGQUOTE)(setq find-file-hook 
nil)$(ARGQUOTE) -f custom-make-dependencies $(lisp) $(WINS)
@@ -150,13 +152,13 @@
 # including a drive letter and any leading directories, so the generated
 # loaddefs.el will mention file names that on other machine reference
 # possibly non-existent directories.
+#
+# 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.
 autoloads: $(lisp)/loaddefs.el doit
        @echo Directories: . $(WINS)
        $(emacs) -l autoload \
-               --eval $(ARGQUOTE)(setq find-file-hook nil \
-                       find-file-suppress-same-file-warnings t \
-                       generated-autoload-file \
-                         $(DQUOTE)$(lisp)/loaddefs.el$(DQUOTE))$(ARGQUOTE) \
+               --eval $(ARGQUOTE)(setq find-file-hook nil 
find-file-suppress-same-file-warnings t generated-autoload-file 
$(DQUOTE)$(lisp)/loaddefs.el$(DQUOTE))$(ARGQUOTE) \
                -f batch-update-autoloads . $(WINS)
 
 $(lisp)/subdirs.el:




reply via email to

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