[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
I found a GUN make bug in Windows 2000.
From: |
Yang Liang |
Subject: |
I found a GUN make bug in Windows 2000. |
Date: |
Thu, 03 Oct 2002 21:09:00 +0000 |
Hi,
--------the content of my Makefile---
file = tt
rm = vxrm
clean::
$(rm) $(file)
------------------------------
vxrm is a batch file in c:\temp,
----the content of vxrm.bat file ----
@echo off
:start
if "%1"=="" goto end
if exist %1 rm -f %1
shift
goto start
:end
------------------------------------
I already include c:\temp in the path.
When I use make with version 3.79-1, I
got the following error report:
make: vxrm: Command not found
make: *** [clean] Error 127
But if I use make with version 3.74,
it works fine.
Can you tell me the reason?
Thanks.
Liang
_________________________________________________________________
享用世界上最大的电子邮件系统― MSN Hotmail。http://www.hotmail.com/cn
- I found a GUN make bug in Windows 2000.,
Yang Liang <=