Boost logo

Boost-Build :

From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2003-07-10 09:52:07


Oops, I'm very sorry !
I had commited file by file at first but once the files with important
comments were checked in I did 'cvs commit -m"port to sunpro" in
tools/build/jam_src and thus accidently checked in the build.sh I had to
modify because it was giving me strange trouble. Shall I remove it with
cvs admin (and do I have all necessary permissions on the server to do
so) ?

> -----Original Message-----
> From: Rene Rivera [mailto:grafik666_at_[hidden]]
> Sent: Thursday, July 10, 2003 4:39 PM
> To: Boost Jam
> Subject: [jamboost] Re: [Boost-build] CVS:
> boost/tools/build/jam_src build.sh,1.14,1.15
> builtins.c,1.19,1.20 compile.c,1.26,1.27 execunix.c,1.3,1.4
> filesys.h,1.5,1.6 fileunix.c,1.8,1.9 frames.h,1.5,1.6
> jam.c,1.23,1.24 make1.c,1.24,1.25 modules.c,1.4,1.5 newstr.c,1
>
>
>
> [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
>
> ------------------------ Yahoo! Groups Sponsor
> ---------------------~--> Buy Naturally Painless & Spray Away
> Backaches & Joint Pain. $19.97
> http://www.challengerone.com/t/l.asp?cid=2867> &lp=m331.html
>
>
http://us.click.yahoo.com/tJIe0D/79VGAA/ySSFAA/z3wwlB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
jamboost-unsubscribe_at_[hidden]

Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/

 


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