Re: [PATCH 2/2 V2] * doc/make.texi: Document the let function

2020-10-10 Thread Pete Dietl
This whole section is called “Functions for Transforming Text,” but is this really an accurate title anymore? Maybe we should just rename it to “Functions.” Also, I ran ‘’make html”, but it doesn’t look like it does on he website. Does anyone know how I can build the docs to look like the website

[PATCH 2/2 V2] * doc/make.texi: Document the let function

2020-10-10 Thread Jouke Witteveen
--- Thanks to Martin Dorey for spotting a typo in the first version of this patch. I fixed a few others typos too in this revision. This revision is sent just so that the previous version does not get applied accidentally. There may still be parts that could be improved. The first patch in this

Re: embedded newlines in shell function variable expansion

2020-10-10 Thread Dmitry Goncharov via Bug reports and discussion for GNU make
On Fri, Oct 9, 2020 at 11:11 AM Byrnes, Robert wrote: > > If I use this Makefile ... > > > bash$ cat Makefile > FOO := $(shell echo $(ENTRIES) ; ) > BAR := $(shell echo $(ENTRIES) ) > > all: > @echo FOO = $(FOO) > @echo BAR = $(BAR) > > .PHONY: all >

[bug #59247] function shell eats a newline

2020-10-10 Thread Dmitry Goncharov
Follow-up Comment #1, bug #59247 (project make): The patch in the attachment fixes the issue. ___ Reply to this item at: ___ Message sent via Savannah

[bug #59247] function shell eats a newline

2020-10-10 Thread Dmitry Goncharov
Additional Item Attachment, bug #59247 (project make): File name: sv_59247_func_shell_eats_newline.diff Size:1 KB ___ Reply to this item at: <

[bug #59247] function shell eats a newline

2020-10-10 Thread Dmitry Goncharov
URL: Summary: function shell eats a newline Project: make Submitted by: dgoncharov Submitted on: Sat 10 Oct 2020 06:24:33 PM UTC Severity: 3 - Normal Item Group: None