$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-08-29 08:19:54
On Friday 29 August 2008 14:13:40 John Maddock wrote:
> Folks I'm looking for a way to detect when BBv2 is invoked on FreeBSD in
> order to fix issue https://svn.boost.org/trac/boost/ticket/2028 does $(OS)
> evaluate to "FreeBSD" there? Or at least the value of "uname -s"?
No. OS might be either of FREEBSD, OPENBSD, NETBSD, DRAGONFLYBSD,
or KFREEBSD. Just checking for *BSD is what's usually done, I think.
- Volodya