Boost logo

Boost-Build :

From: Renaud Lepere (renaud.lepere_at_[hidden])
Date: 2006-02-03 06:28:26


I am trying to create a new top rule that work with the
explicit keyword. I tried the following code, but when
I call bjam i get "hello all". How can i do this ?

rule mytest ( name )
{
    echo $(name) all ;
}
mytest hello ;
explicit hello ;

Thanks,
Renaud


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