summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-12 03:57:40 +0000
committerjlam <jlam@pkgsrc.org>2005-05-12 03:57:40 +0000
commit98e04054cc95c5982430177bfa81abeb820cc84c (patch)
treefd810989db352574285fd8529f94c6ebfc83c167 /devel
parentf142c4a1b7260ac27044f55b368ec01d20b6507c (diff)
downloadpkgsrc-98e04054cc95c5982430177bfa81abeb820cc84c.tar.gz
Observe the following:
VAR= a PTR= VAR ${PTR}?= b Given these definitions, ${VAR} == "b" (unintuitively). We can work around this by doing: VAR= a PTR= VAR .for _v_ in ${PTR} ${_v_}?= b .endfor In this case, ${VAR} == "a" (as expected). Use the second form of assignment in this changeset so that the expected behavior happens for the "TOOL" name variables. This fixes "recursively defined" errors for some of the "TOOL" variables when the pkgsrc tool replaces the system-supplied one.
Diffstat (limited to 'devel')
0 files changed, 0 insertions, 0 deletions