make-w32
[Top][All Lists]
Advanced

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

Problem with Special Macros in GNU make-3.81


From: Partha Roy
Subject: Problem with Special Macros in GNU make-3.81
Date: Tue, 27 Jun 2006 20:30:44 +0000

Hello GNU Make-Win2 platform,
 
I am attaching a makefile called maketest.mak.
I find that $(*F) Special Macro is not being printed under Windows platform.
Can you please confirm whether it is a BUG or not in GNU Make version 3.81?
 
Following is the display output when I run the maketest.mak file :
 
************************************************************
Microsoft NMAKE result
************************************************************
C:\Partha\GNU\MAKE\tcbtut63\MAKE\MAKE_TEST>c:\nu\nmake /f maketest.mak
Microsoft (R) Program Maintenance Utility   Version 1.62.7022
Copyright (C) Microsoft Corp 1988-1997. All rights reserved.
dummy4
dummy1 -- dummy1
dummy2 -- dummy2
NEXTMAKE
depend -- depend
product.tst
product -- product
"Perl Script Testing is complete"
 
*****************************************************************
GNU Make Version 3.81 result
*****************************************************************
C:\Partha\GNU\MAKE\tcbtut63\MAKE\MAKE_TEST>c:\partha\gnu\make\gnumake -f maketes
t.mak
dummy4
dummy1 -- dummy1
dummy2 -- dummy2
NEXTMAKE
 -- depend
product.tst
 -- product
"Perl Script Testing is complete"
C:\Partha\GNU\MAKE\tcbtut63\MAKE\MAKE_TEST>
****************************************************
 
If you see in the GNU Make result,
  -- depend
  -- product
lines above doesn't contain the corresponding expansion macro $(*F).
 
Thank you.
Regards
Partha
 

Attachment: maketest.mak
Description: Text document


reply via email to

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