[bug #39146] Indicate error upon termination in case of parallel jobs

2013-06-03 Thread Krzysztof Malinowski
URL: Summary: Indicate error upon termination in case of parallel jobs Project: make Submitted by: raspy Submitted on: Mon 03 Jun 2013 12:50:33 PM GMT Severity: 3 - Normal

[bug #32058] shortest-stem is missing from .FEATURES documentation

2011-01-05 Thread Krzysztof Malinowski
URL: Summary: shortest-stem is missing from .FEATURES documentation Project: make Submitted by: raspy Submitted on: Wed 05 Jan 2011 01:37:36 PM GMT Severity: 3 - Normal

[bug #30795] Remove also trailing backslash in automatic 'D' variables

2010-08-17 Thread Krzysztof Malinowski
URL: Summary: Remove also trailing backslash in automatic 'D' variables Project: make Submitted by: raspy Submitted on: Tue 17 Aug 2010 10:43:13 AM GMT Severity: 3 - Normal

[bug #30794] Interpreting backslash in pattern rules is weird

2010-08-17 Thread Krzysztof Malinowski
URL: Summary: Interpreting backslash in pattern rules is weird Project: make Submitted by: raspy Submitted on: Tue 17 Aug 2010 10:32:55 AM GMT Severity: 3 - Normal Item

[bug #30714] List of shell commands is outdated/Fallback to shell

2010-08-11 Thread Krzysztof Malinowski
Follow-up Comment #9, bug #30714 (project make): "But this is normal behavior on Windows." It depends on what you consider "normal". It's normal for CreateProcess, of course, but this is not how make should work. I don't see any reason why Windows version should behave differently than Unix vers

[bug #30714] List of shell commands is outdated/Fallback to shell

2010-08-10 Thread Krzysztof Malinowski
Follow-up Comment #7, bug #30714 (project make): I agree that Savannah is not too well suited for discussion, but I would like to keep it here in order to track how the discussion develops. And maybe other people will join us :-) I know that explicit call to "cmd /c move" will do the trick, but

[bug #30730] SHELL does not work correctly on Windows

2010-08-10 Thread Krzysztof Malinowski
URL: Summary: SHELL does not work correctly on Windows Project: make Submitted by: raspy Submitted on: Tue 10 Aug 2010 04:08:27 PM GMT Severity: 3 - Normal Item Group: B

[bug #30714] List of shell commands is outdated/Fallback to shell

2010-08-10 Thread Krzysztof Malinowski
Follow-up Comment #5, bug #30714 (project make): But this is exactly the case. Searching for 'move' in PATH fails, so shell should be started to parse the command. However, instead of starting the shell the command is just being passed to the system, and the system fails to run it. Let me illust

[bug #30714] List of shell commands is outdated/Fallback to shell

2010-08-10 Thread Krzysztof Malinowski
Follow-up Comment #2, bug #30714 (project make): Well, the documentation states: "When it is time to execute recipes to update a target, they are executed by invoking a new subshell for each line of the recipe, unless the .ONESHELL special target is in effect (see Using One Shell) (In practice,

[bug #30714] List of shell commands is outdated/Fallback to shell

2010-08-09 Thread Krzysztof Malinowski
URL: Summary: List of shell commands is outdated/Fallback to shell Project: make Submitted by: raspy Submitted on: Mon 09 Aug 2010 12:53:19 PM GMT Severity: 3 - Normal I

[bug #30340] dependency handling

2010-08-09 Thread Krzysztof Malinowski
Follow-up Comment #3, bug #30340 (project make): "When the .o file hasn't been created yet, knowing its .c source file is enough, and information on header file dependencies, while harmless, is of no practical use. " Well, that's not always true. Some projects use generated headers and use makef