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

Jaka Kranjc scm at mail.sourcemage.org
Sat Mar 3 15:34:39 EST 2007


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



More information about the SM-Commit mailing list