Mercurial > emacs
diff src/makefile.w32-in @ 67639:1c4d4aaad46d
(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 '..'.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sat, 17 Dec 2005 17:25:20 +0000 |
| parents | a0d1312ede66 |
| children | 3bd95f4f2941 7beb78bc1f8e |
line wrap: on
line diff
--- a/src/makefile.w32-in Sat Dec 17 15:55:29 2005 +0000 +++ b/src/makefile.w32-in Sat Dec 17 17:25:20 2005 +0000 @@ -182,6 +182,8 @@ # 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)
