|
Boost-Build : |
From: Daniel Einspanjer (deinspanjer_at_[hidden])
Date: 2006-02-27 15:27:31
In test/tag.py, the test tag rule in invoked using the __name__ variable.
e.g.
exe a : a.cpp : <tag>@$(__name__).tag ;
lib b : a.cpp : <tag>@$(__name__).tag ;
Why is this? I originally wrote the invocation of my tag rule as
exe test : test.cpp : <tag>@brand
And it *seems* to work just fine...
-- Daniel Einspanjer
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk