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