﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
47	action inheritance in Jamfiles	ghost	somebody	"Suppose Jamroot has:
{{{
action whatever
{
}
}}}

then, using {{{whatever}}} in {{{make}}} rule in a child Jamfile does not work. The problem is gone if I add:
{{{
rule whatever ( targets * : sources * : properties * )
{
}
}}}
but this should not be necessary

"	defect	new	major		component1				
