Boost logo

Boost-Build :

From: Rene Rivera (grafik666_at_[hidden])
Date: 2003-07-10 09:39:28


[2003-07-10] Toon Knapen wrote:

>Index: build.sh
>===================================================================
>RCS file: /cvsroot/boost/boost/tools/build/jam_src/build.sh,v
>retrieving revision 1.14
>retrieving revision 1.15
>diff -u -d -r1.14 -r1.15
>--- build.sh 7 Jul 2003 18:28:05 -0000 1.14
>+++ build.sh 10 Jul 2003 12:09:27 -0000 1.15
>@@ -44,11 +44,12 @@
> # Check that a command is in the PATH.
> test_path ()
> {
>- if `whence 1>/dev/null 2>/dev/null`; then
>- whence $1 1>/dev/null 2>/dev/null
>- else
>- hash $1 1>/dev/null 2>/dev/null
>- fi
>+ echo "skippig test_path"
>+# if `whence 1>/dev/null 2>/dev/null`; then
>+# whence $1 1>/dev/null 2>/dev/null
>+# else
>+# hash $1 1>/dev/null 2>/dev/null
>+# fi
> }
>
> # Check that the OS name, as returned by "uname", is as given.
>@@ -149,12 +150,12 @@
> ;;
>
> sunpro)
>- if test -r /opt/SUNWspro/bin/CC ; then
>- BOOST_JAM_TOOLSET_ROOT=/opt/SUNWspro/
>- fi
>- if test -r ${BOOST_JAM_TOOLSET_ROOT}bin/CC ; then
>- export PATH=${BOOST_JAM_TOOLSET_ROOT}bin:${PATH}
>- fi
>+# if test -r /opt/SUNWspro/bin/CC ; then
>+# BOOST_JAM_TOOLSET_ROOT=/opt/SUNWspro/
>+# fi
>+# if test -r ${BOOST_JAM_TOOLSET_ROOT}bin/CC ; then
>+# export PATH=${BOOST_JAM_TOOLSET_ROOT}bin:${PATH}
>+# fi
> BOOST_JAM_CC=CC
> ;;
>

I don't think you meant to check this particular change in.

-- grafik - Don't Assume Anything
-- rrivera (at) acm.org - grafik (at) redshift-software.com
-- 102708583 (at) icq

 


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