mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
(bootstrap-temacs): 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
6b8dfbf78a
commit
bb49fc13a6
1 changed files with 2 additions and 0 deletions
|
|
@ -182,6 +182,8 @@ bootstrap: bootstrap-emacs
|
|||
# Build a temacs with a sufficiently large PURESIZE to load the
|
||||
# Lisp files from loadup.el in source form.
|
||||
#
|
||||
# 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.
|
||||
bootstrap-temacs:
|
||||
$(MAKE) $(MFLAGS) temacs CFLAGS=$(ARGQUOTE)$(CFLAGS) -DPURESIZE=5000000$(ARGQUOTE)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue