[Top][All Lists]
[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
- Problem with GNUMake, Ashish Bajpai (RBIN/JOT3) *, 2002/08/05
- Re: Problem with GNUMake,
Paul D. Smith <=