help-make
[Top][All Lists]
Advanced

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

GNU make tests - transitive closure


From: xTigr
Subject: GNU make tests - transitive closure
Date: Fri, 8 Apr 2005 10:58:13 -0700 (PDT)

What should happen for the following call?


tclose = $(if $1,$(firstword $1) \
                $(call tclose,$(sort ${DEP_$(firstword $1)} $(call
rest,$1))))

all : 
     @echo $(call tclose, foo)



If I run this in a separate makefile - GNU make gives
an error about recursive variable referencing itself.
WHen I run this makefile from perl script - it
passes!!! 


                
__________________________________ 
Yahoo! Messenger 
Show us what our next emoticon should look like. Join the fun. 
http://www.advision.webevents.yahoo.com/emoticontest




reply via email to

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