|
Boost : |
From: Rene Rivera (grafik.list_at_[hidden])
Date: 2004-04-14 10:05:33
Jody Hagins wrote:
> Straight out of CVS, run_tests.sh has the following on line 88:
>
> export BOOST_BUILD_PATH="$boost_build_path" "$BOOST_BUILD_PATH"
>
>
> which, of course, generates an error. Does anyone know the intent of
> this line? I can think of two obvious possibilities...
>
> 1. Prepend $boost_build_path to BOOST_BUILD_PATH, in which case it
> should be something like:
> if [ "${BOOST_BUILD_PATH}" ]; then
> BOOST_BUILD_PATH="$boost_build_path:$BOOST_BUILD_PATH"
> else
> BOOST_BUILD_PATH="$boost_build_path"
> fi
> which is a bit verbose, but probably necessary for max /bin/sh
> portability.
That's the intent.
-- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk