bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #39825] bad redirection with >


From: Eli Zaretskii
Subject: [bug #39825] bad redirection with >
Date: Thu, 22 Aug 2013 15:01:11 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:23.0) Gecko/20100101 Firefox/23.0

Follow-up Comment #5, bug #39825 (project make):

I can explain why sh.exe makes the difference.  GNU Make on Windows always
prefers a Unixy shell if it can find it.  If it cannot find it, it uses
cmd.exe.

Also, Make does not invoke the shell if there are no shell features, such as
quoting and redirection, on the command line it needs to invoke.  That is why
objdump worked correctly for you without redirection, even when sh.exe was on
PATH.

The conclusion is that your sh.exe did something wrong with redirection, I
don't know why.  (In general, the number of non-buggy ports of Unixy shells to
Windows is very small.)


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39825>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]