$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-05-03 01:15:22
On Friday 29 April 2005 22:27, Craig Rodrigues wrote:
> Index: BoostBuild.py
> ===================================================================
> RCS file: /cvsroot/boost/boost/tools/build/v2/test/BoostBuild.py,v
> retrieving revision 1.67
> diff -u -r1.67 BoostBuild.py
> --- BoostBuild.py 5 Apr 2005 11:21:51 -0000 1.67
> +++ BoostBuild.py 29 Apr 2005 18:27:11 -0000
> @@ -113,6 +113,8 @@
> jam_build_dir = "bin.aix"
> elif os.uname()[0] == "IRIX64":
> jam_build_dir = "bin.irix"
> + elif os.uname()[0] == "FreeBSD":
> + jam_build_dir = "bin.freebsd"
Applied, thanks!
- Volodya
-- Vladimir Prus http://vladimir_prus.blogspot.com Boost.Build V2: http://boost.org/boost-build2