[bug #47913] newlines lost with $(foreach)

2016-05-17 Thread Paul D. Smith
Follow-up Comment #6, bug #47913 (project make): Markup in Savannah is described here, at least: https://savannah.gnu.org/cookbook/?func=detailitem_id=125 Generally you want to use / ___ Reply to this item at:

[bug #47913] newlines lost with $(foreach)

2016-05-17 Thread Oliver Kiddle
Follow-up Comment #5, bug #47913 (project make): Using subst to replace newlines with some other character works fine and I'm happy with that as a solution. Thanks. I prefer that to the MAKE_DEPS macro because it is backwards compatible with the individual Makefiles (they span a large number of

[bug #47913] newlines lost with $(foreach)

2016-05-16 Thread Brian Vandenberg
Follow-up Comment #4, bug #47913 (project make): You could get the same behavior as before as long as the dependency list is exactly 1 file: define ASDF = Filee.cpp:File.h Other.cpp:Other.h endef SPACE:= SPACE:=${SPACE} ${SPACE} here = here $(foreach x,${ASDF},$(subst ${SPACE},:,$(foreach

[bug #47913] newlines lost with $(foreach)

2016-05-15 Thread Paul D. Smith
Follow-up Comment #3, bug #47913 (project make): Oops I meant to say it _is_ directly related to bug #46995 There's no way to fix bug #46995 without breaking this usage. That bug doesn't have anything to do with whether all arguments or just the first argument in the foreach is stripped: it has

[bug #47913] newlines lost with $(foreach)

2016-05-15 Thread Paul D. Smith
Update of bug #47913 (project make): Status:None => Not A Bug Open/Closed:Open => Closed ___ Follow-up Comment #2: I'm having a hard

[bug #47913] newlines lost with $(foreach)

2016-05-13 Thread Brian Vandenberg
Follow-up Comment #1, bug #47913 (project make): This is probably related to the fix for bug 46995. I haven't looked at the fix for that bug but I had expected the fix would be to strip the 1st argument in $(foreach) as opposed to stripping all the arguments.

[bug #47913] newlines lost with $(foreach)

2016-05-13 Thread Oliver Kiddle
URL: Summary: newlines lost with $(foreach) Project: make Submitted by: opk Submitted on: Fri 13 May 2016 04:41:26 PM CEST Severity: 3 - Normal Item Group: Bug