Re: [PATCH 2/2] order_only prereq shall not use parent per_target variables

2014-09-15 Thread Paul Smith
On Mon, 2014-09-15 at 13:03 +0200, Bernhard Reutner-Fischer wrote: > Order-only prerequisites should not use the per_target variables of it's > parent. > > given: > obj.o: X=-Dobj > crt1.o: > obj.o: | crt1.o > > we do not want crt1.o to be built with X set. I haven't applied this change yet: thi

Re: [PATCH 1/2] * configure.ac: Fix spacing in helptext of customs

2014-09-15 Thread Paul Smith
[ Please send patches to bug-make@gnu.org only, thanks! ] I applied this change and it will be pushed soon. Thanks! On Mon, 2014-09-15 at 13:03 +0200, Bernhard Reutner-Fischer wrote: > Signed-off-by: Bernhard Reutner-Fischer > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 de

[bug #43221] Random string corruption when recursively evaluating guile code.

2014-09-15 Thread Paul D. Smith
Update of bug #43221 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[PATCH 2/2] order_only prereq shall not use parent per_target variables

2014-09-15 Thread Bernhard Reutner-Fischer
Order-only prerequisites should not use the per_target variables of it's parent. given: obj.o: X=-Dobj crt1.o: obj.o: | crt1.o we do not want crt1.o to be built with X set. Signed-off-by: Bernhard Reutner-Fischer --- tests/scripts/features/targetvars | 92 ++

[PATCH 1/2] * configure.ac: Fix spacing in helptext of customs

2014-09-15 Thread Bernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 97fd090..1770c88 100644 --- a/configure.ac +++ b/configure.ac @@ -249,7 +249,7 @@ AS_IF([test "$PATH_SEPARATOR" = ';'], AC_SUBST([REMOTE]