1

我目前正在使用此操作:

actions re2c {
  re2c --tags -o `basename $(<)` $(>)
}

但我想改用path.basename规则。类似的东西:

rule re2c ( targets * : sources * : properties * )
{
  import path ;
  targets = [ path.basename $(targets) ] ;
}

这种方法对我不起作用。

4

0 回答 0