Opened 18 years ago

#47 new defect

action inheritance in Jamfiles

Reported by: ghost Owned by: somebody
Priority: major Milestone:
Component: component1 Version:
Keywords: Cc:

Description

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

Change History (0)

Note: See TracTickets for help on using tickets.