Opened 20 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
Note:
See TracTickets
for help on using tickets.
