emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/leim/makefile.w32-in
diff -u emacs/leim/makefile.w32-in:1.29 emacs/leim/makefile.w32-in:1.30
--- emacs/leim/makefile.w32-in:1.29     Mon Jul  4 15:27:32 2005
+++ emacs/leim/makefile.w32-in  Sat Dec 17 17:29:20 2005
@@ -163,6 +163,9 @@
 .NO_PARALLEL: $(TIT) $(MISC_DIC)
 
 # Rule to generate quail/*.el from CXTERM-DIC/*.tit.
+#
+# 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.
 $(TIT):
        $(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \
            --eval $(ARGQUOTE)(batch-titdic-convert t)$(ARGQUOTE) \
@@ -177,6 +180,9 @@
        $(RUN_EMACS)  -l $(buildlisppath)/international/quail \
            -f batch-byte-compile $(MISC_DIC:.elc=.el)
 
+#
+# 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.
 leim-list.el: $(SUBDIRS) $(WORLD)
        $(RUN_EMACS) -l $(buildlisppath)/international/quail \
            --eval $(ARGQUOTE)(update-leim-list-file 
$(DQUOTE).$(DQUOTE))$(ARGQUOTE)




reply via email to

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