Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-07-29 08:59:17


Reece Dunn wrote:

> >Is there a way to stil use the v1 fashion?
>
> Not as far as I am aware. One possible solution would be to put a modified
> version of user-config.jam in a special directory and copy it into the
> correct place after the update:
>
> #!/bin/bash
>
> cvs update ...
> cp /myjam/user-config.jam /boost/tools/build/v2/user-config.jam

You can also put you custom site-config.jam or user-config.jam in
user-specific or site-specific location, as documented at:

http://zigzag.lvk.cs.msu.su/~ghost/Boost.Build.docs/bbv2.reference.init.html

The versions placed in those directories will override any builtin versions.
For example, I have 'user-config.jam' in /home/ghost directory on Linux and
on "H:" drive on Windows (I've set the HOME environment variable to be "H:")

HTH,
Volodya

 


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