Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Jaka Kranjc (4845fd06aef5090935c518d9006656d9650aae15)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Jaka Kranjc (4845fd06aef5090935c518d9006656d9650aae15)
  • Date: Sat, 3 Mar 2007 14:34:39 -0600

GIT changes to master z-rejected grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 +++
FUNCTIONS | 8 ++++----
libgcc | 4 ++--
3 files changed, 9 insertions(+), 6 deletions(-)

New commits:
commit 4845fd06aef5090935c518d9006656d9650aae15
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

invoke_gcc fixes for #10641

diff --git a/ChangeLog b/ChangeLog
index c9deaf1..633e8db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * FUNCTIONS, libgcc: moved invoke_gcc to default_pre_build #10641
+
2007-02-19 David Kowis <dkowis AT shlrm.org>
* z-kernels/nvidia_legacy: New spell, nvidia's legacy driver :D

diff --git a/FUNCTIONS b/FUNCTIONS
index 07ad3f4..a49ce9d 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -2,12 +2,12 @@
. $GRIMOIRE/libgcc

#---------------------------------------------------------------------
-## Replaces sorcerys default_build with a custom version using
-## the invoke_gcc function from libgcc
+## Replaces sorcerys default_pre_build with a custom version using
+## the invoke_gcc function from libgcc #10641
#---------------------------------------------------------------------
-function default_build () {
+function default_pre_build () {
invoke_gcc &&
- real_default_build
+ real_default_pre_build
}

#---------------------------------------------------------------------
diff --git a/libgcc b/libgcc
index 9b9449c..7a516f9 100755
--- a/libgcc
+++ b/libgcc
@@ -12,8 +12,8 @@
## e.g. GCC_VERSION=3.4
## - add a 'depends gccXX' to the spell where XX == majorminor,
## e.g. 'depends gcc34'
-## - add 'invoke_gcc' to the top of BUILD if the spell has a
-## custom BUILD file
+## - add 'invoke_gcc' to the top of PRE_BUILD if the spell has a
+## custom PRE_BUILD file
## </pre>
##
## @Implementation These functions were added to allow the use of



  • [SM-Commit] GIT changes to master z-rejected grimoire by Jaka Kranjc (4845fd06aef5090935c518d9006656d9650aae15), Jaka Kranjc, 03/03/2007

Archive powered by MHonArc 2.6.24.

Top of Page