|
From: | Kyle Rose |
Subject: | Re: Target-specific variable in subdirectory problem |
Date: | Thu, 3 Aug 2017 09:20:06 -0400 |
Anyway, it seems that a global variable would solve my problem, and
indeed it looks a bit more right this way: I can still get the stem in
my recipe (with $*), and everything works as expected. It's just that
the global namespace is “polluted” by this variable which is used only
in my particular recipe. And this is where I may be mistaken on the use
of target-specific variable: I tend to use them as a kind of “private
namespace” feature, when I define something that will be used only in
one particular recipe.
[Prev in Thread] | Current Thread | [Next in Thread] |