# HG changeset patch # User Eli Zaretskii # Date 1134840560 0 # Node ID 8fdbccfbe83397914e11a44eead0fc9b03fc979b # Parent 8b927f8d61a2704fd0ab62e8835dba6df37abdda ($(TIT), leim-list.el): Warn that parts of commands enclosed in $(ARGQUOTE)s 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 '..'. diff -r 8b927f8d61a2 -r 8fdbccfbe833 leim/makefile.w32-in --- a/leim/makefile.w32-in Sat Dec 17 17:27:35 2005 +0000 +++ b/leim/makefile.w32-in Sat Dec 17 17:29:20 2005 +0000 @@ -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)