mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 12:40:49 -08:00
($(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 '..'.
This commit is contained in:
parent
c3d49b7a31
commit
df6d09dd40
1 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue