]> git.eshelyaron.com Git - emacs.git/commitdiff
($(TIT), leim-list.el): Warn that parts of commands enclosed in $(ARGQUOTE)s
authorEli Zaretskii <eliz@gnu.org>
Sat, 17 Dec 2005 17:29:20 +0000 (17:29 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 17 Dec 2005 17:29:20 +0000 (17:29 +0000)
should not be split between two lines, as that will break with GNU Make >3.80,
when sh.exe is used and arg quoting is with '..'.

leim/makefile.w32-in

index a311990ec3a4c6a72dae09f972d1242f6e4369ce..8b44ad350e7e4775b1f8d1e5c7bd109acc5d07fb 100644 (file)
@@ -163,6 +163,9 @@ $(SUBDIRS):
 .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 @@ $(MISC_DIC):
        $(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)