Mail Archives: cygwin/1999/01/15/01:18:05
From: | mjb AT cosmic-us DOT com (Mike Burns)
|
Subject: | Beta-20.1: Win95 and Win98 - Make problem with del shell comman
|
| d
|
15 Jan 1999 01:18:05 -0800
: | |
Message-ID: | <41613D61F226D211867400104B8AB25703AD8F.cygnus.gnu-win32@fs2.cosmic-us.com>
|
Mime-Version: | 1.0
|
To: | gnu-win32 AT cygnus DOT com
|
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------ =_NextPart_001_01BE3FEA.255304D0
Content-Type: text/plain
I installed the full Beta-20.1 and set the paths etc. I can't get the
"del" command to work from a make file in Win32 mode when running under
Win 95 or Win 98. It works under Win NT 4.0. and I can get the test
case below to work in UNIX mode using "rm" instead of "del".
Please find a simple test below.
Best Regards,
Michael Burns
Makefile (test.mak )
######################
DEL=del
..PHONY : CLEAN
CLEAN:
$(DEL) test.txt
######################
COMMAND LINE
make --win32 CLEAN -f test.mak
OUTPUT
del test.txt
Bad command or file name
------ =_NextPart_001_01BE3FEA.255304D0
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3DUS-ASCII">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.1960.3">
<TITLE> Beta-20.1: Win95 and Win98 - Make problem with del shell =
command </TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=3D2>I installed the full Beta-20.1 and set the paths =
etc. I can't get the "del" command to work from a make =
file in Win32 mode when running under Win 95 or Win 98. It works =
under Win NT 4.0. and I can get the test case below to work in =
UNIX mode using "rm" instead of "del".</FONT></P>
<P><FONT SIZE=3D2>Please find a simple test below.</FONT>
</P>
<BR>
<P><FONT SIZE=3D2>Best Regards,</FONT>
<BR><FONT SIZE=3D2>Michael Burns</FONT>
</P>
<BR>
<P><FONT SIZE=3D2>Makefile (test.mak )</FONT>
</P>
<P><FONT SIZE=3D2>######################</FONT>
<BR><FONT SIZE=3D2>DEL=3Ddel</FONT>
</P>
<P><FONT SIZE=3D2>.PHONY : CLEAN</FONT>
<BR><FONT SIZE=3D2>CLEAN:</FONT>
<BR> <FONT SIZE=3D2>$(DEL) =
test.txt</FONT>
<BR><FONT SIZE=3D2>######################</FONT>
</P>
<P><FONT SIZE=3D2>COMMAND LINE</FONT>
<BR><FONT SIZE=3D2>make --win32 CLEAN -f test.mak </FONT>
</P>
<P><FONT SIZE=3D2>OUTPUT</FONT>
<BR><FONT SIZE=3D2>del test.txt</FONT>
<BR><FONT SIZE=3D2>Bad command or file name</FONT>
</P>
<BR>
<BR>
</BODY>
</HTML>
------ =_NextPart_001_01BE3FEA.255304D0--
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -