savannah-users
[Top][All Lists]
Advanced

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

[Savannah-users] what's this mean: echo := $(shell echo "welcome")


From: Jiongliang Zhang
Subject: [Savannah-users] what's this mean: echo := $(shell echo "welcome")
Date: Fri, 2 Jul 2010 17:08:17 +0800

Hi,

I see some make.version files, has this kind of sentence:

ifndef MAKE_VERSION
    echo := $(shell echo "welcome...")
endif

if the echo := xxx is variable, but I can't get the value by this sentence:
    $(echo)

so what's the first echo mean?

-- 
Best regards!
Thanks
Jiongliang Zhang



reply via email to

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