RE: why does command echo \\\foobar print \\foobar
"Mark Galeck (CW)" <[email protected]>
| Newsgroups | gmane.comp.gnu.make.general,gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <49DA8B716852DE4CA0B749102D55CC7A96AC5B175D@HQ-EXCH-6.corp.brocade.com> |
Wait, you just said before, you that this is _Not _ passed to shell, remember, we did an experiment. That's the whole point, you said before, it _should_ be \foobar, that is what you had "expected", obviously based on some knowledge about GNU make's behavior. > With the makefile > > foobar: > echo \\\foobar > why > > C:\Temp>make foobar > \\foobar >