Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (3b3b212f2ae4bb9a1444244228c9ff1f6f1152c9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Sukneet Basuta <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (3b3b212f2ae4bb9a1444244228c9ff1f6f1152c9)
  • Date: Wed, 25 May 2011 22:28:22 -0500

GIT changes to master grimoire by Sukneet Basuta <sukneet AT sourcemage.org>:

libs/boost/CONFIGURE | 3 ++-
libs/boost/HISTORY | 2 ++
libs/boost/INSTALL | 4 +++-
3 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 3b3b212f2ae4bb9a1444244228c9ff1f6f1152c9
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

boost: added config_query option to install bjam
bjam installs to /usr/bin/bjam

diff --git a/libs/boost/CONFIGURE b/libs/boost/CONFIGURE
index 9bccc59..c202754 100755
--- a/libs/boost/CONFIGURE
+++ b/libs/boost/CONFIGURE
@@ -6,5 +6,6 @@ config_query_multi BOOST_LIBS "Which libraries would you like
to install?" \
foreach statechart tr1 typeof xpressive
\
program_options graph system
&&
config_query_list BOOST_VARIANT "What variant of boost do you want?"
\
- release debug
+ release debug
&&
+config_query INSTALL_BJAM "Install Boost.Jam (bjam)?" n

diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 90851fe..2ef020d 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,6 +1,8 @@
2011-05-25 Sukneet Basuta <sukneet AT sourcemage.org>
* DEPENDS: remove dependency on boost-jam, no longer needed
since version built by boostrap.sh is used instead
+ * CONFIGURE: added config_query INSTALL_BJAM to install bjam
+ * INSTALL: install bjam if specified by INSTALL_BJAM config_query

2011-05-25 Bor Kraljič <pyrobor AT ver.si>
* INSTALL: use the same bjam for install as for build (still bug
#15983)
diff --git a/libs/boost/INSTALL b/libs/boost/INSTALL
index 5f345e5..4eb0e8c 100755
--- a/libs/boost/INSTALL
+++ b/libs/boost/INSTALL
@@ -8,4 +8,6 @@
--layout=system \
$OPTS \
install
-
+if [[ ${INSTALL_BJAM} == y ]]; then
+ install bjam /usr/bin/bjam
+fi



  • [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (3b3b212f2ae4bb9a1444244228c9ff1f6f1152c9), Sukneet Basuta, 05/25/2011

Archive powered by MHonArc 2.6.24.

Top of Page