make-w32
[Top][All Lists]
Advanced

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

What is correct in make8.3.1?


From: Shang, Sean
Subject: What is correct in make8.3.1?
Date: Tue, 2 Sep 2008 18:09:53 +0800

Hi,

When I write a makefile as following:

 

$(WORKSPACE)/DEBUG/Test.o : $(WORKSPACE)/Test.c

         CL /Fo$@ /c $<

 

It works fine in make-8.3.0.  But in make-8.3.1, it always reports “multiple target patterns”. It seems caused by setting WORKSPACE=c:/test.

 

Is it a bug in make8.3.1? Or my usage of WORKSPACE is wrong?

Is there any suggestion on it, if absolute path of WORKSPACE is necessary?

 

Thanks in advance

Sean

 

 


reply via email to

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