[bug #28230] $(eval) does not understand multiline

2009-12-08 Thread Stepan Koltsov
URL: Summary: $(eval) does not understand multiline Project: make Submitted by: yozh Submitted on: Tue 08 Dec 2009 06:53:47 PM GMT Severity: 3 - Normal Item Group: None

[bug #28189] SIGPIPE when gmake invoked recursively and vpath specified

2009-12-05 Thread Stepan Koltsov
URL: Summary: SIGPIPE when gmake invoked recursively and vpath specified Project: make Submitted by: yozh Submitted on: Sun 06 Dec 2009 02:40:50 AM GMT Severity: 3 - Normal

[bug #28092] $(shell false) should break build

2009-11-26 Thread Stepan Koltsov
Follow-up Comment #6, bug #28092 (project make): Timothy, you've proven that you can work around make limitations. ___ Reply to this item at: ___ Messa

[bug #28092] $(shell false) should break build

2009-11-26 Thread Stepan Koltsov
Follow-up Comment #4, bug #28092 (project make): Timothy, echo $$? mixes up command output and exit code in single variable, it is not acceptable. ___ Reply to this item at: ___

[bug #28092] $(shell false) should break build

2009-11-25 Thread Stepan Koltsov
Follow-up Comment #2, bug #28092 (project make): Alternative requests then: 1. Add -e modifier to $(shell) $(shell -e cat version.txt) could break build. It mimics -e switch of /bin/sh. This shouldn't be a problem since there is no "-e" command. 2. Add another "shelle" command: $(shelle cat

[bug #28092] $(shell false) should break build

2009-11-25 Thread Stepan Koltsov
URL: Summary: $(shell false) should break build Project: make Submitted by: yozh Submitted on: Wed 25 Nov 2009 06:06:02 PM GMT Severity: 3 - Normal Item Group: None