help-make
[Top][All Lists]
Advanced

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

What is wrong ?


From: PATTON, BILLY \(SBCSI\)
Subject: What is wrong ?
Date: Fri, 7 Apr 2006 10:51:30 -0500

I'm using the gmsl lib to help me with this.

define refresh_proj_bb
$(1)$(sep)$(2)$(sep)$(3) : $(warning $($(call
uc,$(1))$(sep)$(2)$(sep)$(3)))
endef

$(1) = refresh
$(2) = proj 
$(3) = bb
$(sep) = +

If I do:
$(warning $(call uc,$(1)))

I will print REFRESH as expected

I have:
$(warning $($(call uc,$(1))$(sep)$(2)$(sep)$(3)))

I wan it to print :
REFRESH+proj+bb

To create the names of 452 lists and use a foreach on them.

What is wrong?  probably need $$ somewhere :(




reply via email to

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