[SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (e0c3bd28a0827fc730c2b6fa969fc220c0b0bfe4)

Peng Chang (Charles) scm at sourcemage.org
Mon Sep 6 02:55:18 EDT 2010


GIT changes to master grimoire by Peng Chang (Charles) <chp at sourcemage.org>:

 devel/sbcl/BUILD   |    4 ++--
 devel/sbcl/HISTORY |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit e0c3bd28a0827fc730c2b6fa969fc220c0b0bfe4
Author: Peng Chang (Charles) <chp at sourcemage.org>
Commit: Peng Chang (Charles) <chp at sourcemage.org>

    sbcl: added explicit prefix and xc-host in BUILD

diff --git a/devel/sbcl/BUILD b/devel/sbcl/BUILD
index 07d3870..8979280 100755
--- a/devel/sbcl/BUILD
+++ b/devel/sbcl/BUILD
@@ -1,6 +1,6 @@
 if spell_ok sbcl ; then
-  sh  make.sh  $INSTALL_ROOT/usr/bin/sbcl
+  sh  make.sh  --prefix=$INSTALL_ROOT/usr --xc-host=$INSTALL_ROOT/usr/bin/sbcl
 else
   SBCL_HOME=$SOURCE_DIRECTORY/sbcl-bin/lib/sbcl  \
-  sh  make.sh  $SOURCE_DIRECTORY/sbcl-bin/bin/sbcl
+  sh  make.sh  --prefix=$INSTALL_ROOT/usr --xc-host=$SOURCE_DIRECTORY/sbcl-bin/bin/sbcl
 fi
diff --git a/devel/sbcl/HISTORY b/devel/sbcl/HISTORY
index 053cf1f..81fa3b5 100644
--- a/devel/sbcl/HISTORY
+++ b/devel/sbcl/HISTORY
@@ -1,5 +1,6 @@
 2010-09-06 Peng Chang (Charles) <chp at sourcemage.org>
 	* DETAILS: updated spell to 1.0.42
+	* BUILD: xc-host and prefix should be explicit from 1.0.42
 
 2010-07-12 Peng Chang (Charles) <chp at sourcemage.org>
 	* DETAILS: updated spell to 1.0.40



More information about the SM-Commit mailing list