> Can you explain me why the del command can not be found?

del is part of cmd.exe, not a separate program.  cmd /c del *.h will work.  rm 
*.h will probably work (if you have enough of cygwin installed to run make, 
then you probably have rm).

> I have a problem with gmake.

This list is really for problems with make itself, not makefiles.
-------------------------------------
Martin's Outlook, BlueArc Engineering


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sergei
Sent: Wednesday, December 07, 2005 22:33
To: bug-make@gnu.org
Subject: Problem with gmake.

Hello,

I have a problem with gmake.

My makefile contains the following:
------------------------------
clean:
         del *.h

------------------------------

when i perform the command:

make clean

i get the error message:
make: del: command not found
make: *** [clean] Error 127

Can you explain me why the del command can not be found?
When I type manually in command console:
del *.h
It is work ok!
Can you also tell me how to fix this proble?

My environment:
OS: WindowXP
gmake version:  3.79.1

Best regards,
Sergey.

 
 
-----------------------------------------------------------
http://auto.ngs.ru - в продаже более 1200 авто


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to