[jamming] Join modifier
Chris Comparini
ccomparini at things.org
Fri Mar 3 07:16:16 PST 2006
On Thursday 02 March 2006 20:17, John Waugh wrote:
> Just as a follow-up, I'm using FTJam, on WinXP.
> Still no luck using :J=
>
> On 3/1/06, John Waugh <john.waugh at gmail.com> wrote:
> > I can't seem to get the join (:J) modifier to work
> >[...]
I seem to get the correct result using jam 2.5rc3. Maybe it's
an FTJam problem? Here are my results:
chrisc at fruity:~/jam_hackeries/join> cat Jamfile
local test = aaa ;
test += bbb ;
test += ccc ;
ECHO $(test) ; # prints: aaa bbb ccc
ECHO $(test:J=x) ;
chrisc at fruity:~/jam_hackeries/join> jam
aaa bbb ccc
aaaxbbbxccc
...found 7 target(s)...
chrisc at fruity:~/jam_hackeries/join> jam -v
Jam 2.5rc3. OS=LINUX. Copyright 1993-2002 Christopher Seiwald.
More information about the jamming
mailing list