Boost logo

Boost-Build :

From: Jan Langer (jan_at_[hidden])
Date: 2002-03-09 11:18:16


hello
i just wondered why the ruls SubDirHdrs in
boost_root/tools/build/jam_src/Jambase

is

rule SubDirHdrs
{
SUBDIRHDRS += $(<) ;
}

and not

rule SubDirHdrs
{
SUBDIRHDRS += [ FDirName $(<) ] ;
}

the documentation (Jambase Manpage) says:

"SubDirHdrs d1 ... dn ;

Adds the path d1/.../dn/ to the header search paths for source
files in SubDir's directory. d1 through dn are elements of a directory
path."

i think this means that d1 to dn are composed together to one path.
what is wrong?
regards
jan

-- 
jan langer ... jan_at_[hidden]
"pi ist genau drei"
 

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