Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (192832e907db48af4c69760cbacfdb2ee8456a65)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (192832e907db48af4c69760cbacfdb2ee8456a65)
  • Date: Wed, 25 May 2011 09:08:11 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

libs/boost/HISTORY | 3 +++
libs/boost/INSTALL | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 192832e907db48af4c69760cbacfdb2ee8456a65
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

boost: use the same bjam for install as for build (still bug #15983)

diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 13962b7..75062a3 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,6 @@
+2011-05-25 Bor Kraljič <pyrobor AT ver.si>
+ * INSTALL: use the same bjam for install as for build (still bug
#15983)
+
2011-05-23 Sukneet Basuta <sukneet AT sourcemage.org>
* BUILD: build Boost.Jam first with boostrap.sh
then build boost with that rather than local version; bug #15983
diff --git a/libs/boost/INSTALL b/libs/boost/INSTALL
index daba7d8..5f345e5 100755
--- a/libs/boost/INSTALL
+++ b/libs/boost/INSTALL
@@ -1,4 +1,4 @@
-bjam -q \
+./bjam -q \
${BOOST_VARIANT} \
runtime-link=shared \
link=shared \



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (192832e907db48af4c69760cbacfdb2ee8456a65), Bor Kraljič, 05/25/2011

Archive powered by MHonArc 2.6.24.

Top of Page