Mail Archives: cygwin/1997/01/16/20:38:57
Hi, you wrote:
: Is there a syntax to indeed call 'del' from within a makefile, without
: having to
: write my own "del.exe" or calling any other 'del' equivalent (like rm)?
Using the cygwin suite you could actually call rm. Are you deleting hundreds
of files one by one instead of all at once (like *.tmp)?
Assuming the same makefile doesn't have to work unmodified on unix also,
you could try: ${COMPSPEC} /c del what.ever ...
Or is it $(COMPSEC)?
Bye, Heribert (dahms AT ifk20 DOT mach DOT uni-karlsruhe DOT de)
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -