RE: [PATCH] Use spawn() in GNU Make on Cygwin, updated

2013-08-21 Thread Pavel Fedin
Hello! Sorry for silence, i was completely busy with other interesting stuff... By this time i have calmed down and remade my thoughts... First, since i am interested, i will conduct the research about that code between fork() and exec() and try to implement some test cases for it. Perhaps thi

[bug #39825] bad redirection with >

2013-08-21 Thread Eli Zaretskii
Follow-up Comment #3, bug #39825 (project make): Yes, it's clear now, thanks. However, I cannot reproduce this problem on my machine, neither with Make 3.80 nor with 3.81. Redirection or not, objdump works fine for me here. Is the problem specific to objdump, or does any program fail when redir

[bug #39825] bad redirection with >

2013-08-21 Thread anonymous
Follow-up Comment #2, bug #39825 (project make): If I use objdump inside makefile, arguments are passed incorrectly so objdump thinks that there is no parameter. That is why USAGE is shown. If I use objdump just from the command line, everything is OK - ELF is not found but that does not matter n