Hi:
I have a makefile like this:
... ...
clean: echo "ethan from space"
When run "make clean" (GNU Make 3.81.2, built in cygwin) from a separate
folder which only have make.exe and 3 dlls (cygiconv-2.dll, cygintl-8.dll,
cygwin1.dll) from dos command line, I met the following:
make: echo: Command not foundmake: *** [clean] Error 127
With a little change in the makefile:
... ...
clean: cmd /c echo "ethan from space"
It works. So, my question is: are the internal commands must be called with
"cmd /c"? or what else is wrong?
Thanks,
Ethan
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make