bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with GNUMake


From: Paul D. Smith
Subject: Re: Problem with GNUMake
Date: Mon, 5 Aug 2002 11:34:01 -0400

You might have better luck asking Windows-specific questions on the
address@hidden list.


However, offhand I'd suspect that your version of make is using some
kind of shell to run commands.  The DEL command is a builtin operation
in COMMAND.COM, so if you're using a shell you cannot use DEL.  You
should have other tools to delete files from the shell; maybe "rm"?

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist



reply via email to

[Prev in Thread] Current Thread [Next in Thread]