|
Boost-Build : |
From: David Abrahams (gclbb-jamboost_at_[hidden])
Date: 2003-08-23 19:33:28
Ulrich Eckhardt <gclbb-jamboost_at_[hidden]> writes:
> Hi!
>
> (Bear with me, I'm a complete beginner)
>
> In allyourbase.jam are these two here:
>
> rule split-path
> {
> ...
> }
>
> rule split-path ( path )
> {
> ...
> }
>
>
> Both seem to have the same function, splitting a given path into its
> components. What I wonder is are these two different things or is only one
> 'active' ?
>
> thanks
>
> Ulrich Eckhardt
Only the last one "sticks", so it's only an aesthetic problem.
Nice catch, though!
-- 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