help-make
[Top][All Lists]
Advanced

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

a question about target-specific variable assignment


From: ali hagigat
Subject: a question about target-specific variable assignment
Date: Mon, 28 Mar 2011 11:46:47 +0430

I wonder if it can be mentioned how make, 3.81, functions in the
following scenario:

e12: var1=ppp  e13
        @echo insidee12=$(var1)
e13:
        @echo insidee13=$(var1)

/root/makefiles_examples> make -f makefile23
insidee13=

Why the recipe of e12 is ignored?



reply via email to

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