|
Boost-Build : |
From: David Abrahams (dave_at_[hidden])
Date: 2006-02-03 08:54:22
"Renaud Lepere" <renaud.lepere_at_[hidden]> writes:
> 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 ;
I'm confused. There's no "explicit" keyword in the Boost.Jam
language.
-- Dave Abrahams Boost Consulting www.boost-consulting.com
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