diff options
author | jlam <jlam> | 2005-06-03 17:02:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-03 17:02:36 +0000 |
commit | 9c7cc0611bcb93ada5bcf2b92bb15f59ae940350 (patch) | |
tree | d3c47bbb811d1a1d26669c17575bcf7bdc8ec3fc /x11/tk | |
parent | bfe1af32b824ccb46600ddb7793f48f1d06c96f5 (diff) | |
download | pkgsrc-9c7cc0611bcb93ada5bcf2b92bb15f59ae940350.tar.gz |
Only check for the existence of the first word of ${IMAKE} since it may
contain a command plus arguments. We use the standard idiom to extract
the first word of a list stored in a make variable:
VAR_CMD= ${VAR:C/^/_asdf_/1:M_asdf_*:S/^_asdf_//}
XXX This can be replaced with a more succinct use of variable modifiers
XXX when we update the bootstrap bmake to match the latest NetBSD make
XXX sources, i.e.:
XXX
XXX VAR_CMD= ${VAR:[1]}
Diffstat (limited to 'x11/tk')
0 files changed, 0 insertions, 0 deletions