in reply to [OT] Makefiles - nmake syntax v dmake syntax
Isn't the if exist file del file syntax from the nmake example simply executing the standard cmd.exe if exist built-in command?
And so, for the dmake example, could you not convert that to an equivalent syntax, that the default command processor it uses, understands?
For example, for sh, you might use test -f file && unlink file or similar.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: [OT] Makefiles - nmake syntax v dmake syntax
by Bloodnok (Vicar) on Jul 16, 2008 at 12:07 UTC |