From: dahms@ifk20.mach.uni-karlsruhe.de
Subject: RE: Calling "del" from makefile's using MAKE
16 Jan 1997 20:38:57 -0800
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <009AE7AF.A0A67E80.7375.cygnus.gnu-win32@ifk20.mach.uni-karlsruhe.de>
Original-To: Stebbing@ali.com.au
Original-CC: gnu-win32@cygnus.com, dahms@ifk20.mach.uni-karlsruhe.de
Original-Sender: owner-gnu-win32@cygnus.com

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@ifk20.mach.uni-karlsruhe.de)
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
