Re: [AD] Makefile fix

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Evert Glebbeek wrote:

On Saturday 07 August 2004 03:40, Bobby Ferris wrote:
cmd.exe and maybe command.com intercept mkdir too

They both recognize mkdir as an internal command.

to get the unix utils binaries (like echo, mkdir, etc) you have to put .exe aftyer, like mkdir.exe ;)

This is true from the commandline. It's not nescessarily true when calling mkdir from within a makefile, cf the problems with echo if there is an sh.exe in your path.

Evert
The echo problem is the makefiles use echo, which uses the system echo, not the unix utils one. You could use echo.exe in that case and it would call the unix utils one.





Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/