[bug #28126] bug with Windows interface: echo. in command only works when redirected

2009-12-13 Thread Eli Zaretskii
Follow-up Comment #5, bug #28126 (project make): Well, at least there is some progress after 3 and a half years... ___ Reply to this item at: ___ Mess

[bug #28126] bug with Windows interface: echo. in command only works when redirected

2009-12-13 Thread anonymous
Follow-up Comment #4, bug #28126 (project make): [Submitted by J. David Bryan, jdbryan at acm dot org] Thanks, but we've already had this discussion: http://lists.gnu.org/archive/html/make-w32/2006-03/msg00057.html Please disregard comment #2; I'll continue to apply a local patch. __

[bug #28126] bug with Windows interface: echo. in command only works when redirected

2009-12-12 Thread Eli Zaretskii
Follow-up Comment #3, bug #28126 (project make): I omitted those commands on purpose: they are executable programs on some older Windows versions, not shell built-ins. But if you, or someone else, can present a real-life use-case where it is good to have them as built-ins, I will consider changi

[bug #28126] bug with Windows interface: echo. in command only works when redirected

2009-12-11 Thread anonymous
Follow-up Comment #2, bug #28126 (project make): [Submitted by J. David Bryan, jdbryan at acm dot org] Would you consider adding the "move," "popd," "pushd," and "start" built-in commands as well? ___ Reply to this item at:

[bug #28126] bug with Windows interface: echo. in command only works when redirected

2009-12-11 Thread Eli Zaretskii
Update of bug #28126 (project make): Status:None => Fixed Open/Closed:Open => Closed Fixed Release:None => CVS

Re: bug with Windows interface: echo. in command only works when redirected

2009-12-11 Thread Eli Zaretskii
> From: "Mark Galeck (CW)" > Date: Sun, 29 Nov 2009 20:31:51 -0800 > Accept-Language: en-US > acceptlanguage: en-US > > Hello, I asked for help on this issue (with GNU make on Windows) on the > help-make list, and Paul Smith says, this is a bug. I am using WinXP Pro, > SP3. Here is an SSCCE:

[bug #28126] bug with Windows interface: echo. in command only works when redirected

2009-11-29 Thread Paul D. Smith
Update of bug #28126 (project make): Operating System:None => MS Windows ___ Reply to this item at: ___ Messa

[bug #28126] bug with Windows interface: echo. in command only works when redirected

2009-11-29 Thread anonymous
URL: <http://savannah.gnu.org/bugs/?28126> Summary: bug with Windows interface: echo. in command only works when redirected Project: make Submitted by: None Submitted on: Mon 30 Nov 2009 05:03:42 AM UTC Sever

Re: bug with Windows interface: echo. in command only works when redirected

2009-11-29 Thread Paul Smith
On Sun, 2009-11-29 at 20:31 -0800, Mark Galeck (CW) wrote: > Hello, I asked for help on this issue (with GNU make on Windows) on > the help-make list, and Paul Smith says, this is a bug. Hi Mark. This isn't what I meant by report a bug; go here: https://savannah.gnu.org/projects/make/ or, more

bug with Windows interface: echo. in command only works when redirected

2009-11-29 Thread Mark Galeck (CW)
Hello, I asked for help on this issue (with GNU make on Windows) on the help-make list, and Paul Smith says, this is a bug. I am using WinXP Pro, SP3. Here is an SSCCE: makefile: - SHELL=cmd.exe foobar: @echo.>foo gives me: C