Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by David Brown (21fba47c930783931f3aed0e9d26976996dbd86b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by David Brown (21fba47c930783931f3aed0e9d26976996dbd86b)
  • Date: Sun, 25 Feb 2007 01:24:19 -0600

GIT changes to master sorcery by David Brown <dmlb2000 AT gmail.com>:

ChangeLog | 2 +-
usr/sbin/cast | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 21fba47c930783931f3aed0e9d26976996dbd86b
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

forgot to commit the export of DISTCC_DIR before run_build_spell

diff --git a/ChangeLog b/ChangeLog
index fa1858e..c347977 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
2007-02-24 David Brown <dmlb2000 AT gmail.com>
- * cast: added DISTCC_DIR before run_build_spell
+ * cast: added and export DISTCC_DIR before run_build_spell
* compile_config: removed DISTCC_DIR
* run_compiler: check to make sure DISTCC_DIR exists then make it if
not

diff --git a/usr/sbin/cast b/usr/sbin/cast
index 1a56819..59853dc 100755
--- a/usr/sbin/cast
+++ b/usr/sbin/cast
@@ -262,7 +262,7 @@ function cast_spell() { (
local saved_lc_all=$LC_ALL
export LC_ALL=C

- DISTCC_DIR="$SOURCE_DIRECTORY/.distcc"
+ export DISTCC_DIR="$SOURCE_DIRECTORY/.distcc"

# this will run through the whole build process
run_build_spell



  • [SM-Commit] GIT changes to master sorcery by David Brown (21fba47c930783931f3aed0e9d26976996dbd86b), David Brown, 02/25/2007

Archive powered by MHonArc 2.6.24.

Top of Page