Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (b07ad051f2344afd0b74050d85ec498f53dde4cd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (b07ad051f2344afd0b74050d85ec498f53dde4cd)
  • Date: Sun, 13 May 2007 16:10:53 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

libs/glibc/BUILD | 10 +++++-----
libs/glibc/HISTORY | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit b07ad051f2344afd0b74050d85ec498f53dde4cd
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

glibc: Cleaned out trailing spaces

diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD
index 1d3bd37..c674015 100755
--- a/libs/glibc/BUILD
+++ b/libs/glibc/BUILD
@@ -16,7 +16,7 @@ sedit "s/| x86_64//"
sysdeps/unix/sysv/linux/configure.in
fi &&

#
-# bug#5570 ccache sometimes has trouble correctly recognising minor
differences
+# bug#5570 ccache sometimes has trouble correctly recognising minor
differences
# in configurations and doesn't force recompile when it should. This stops
it from
# using the old cache entries.
#
@@ -54,7 +54,7 @@ export CFLAGS="${CFLAGS/-ffast-math/}" &&
export CC=gcc &&

#
-# LD_LIBRARY_PATH includes $PWD bug
+# LD_LIBRARY_PATH includes $PWD bug
#
unset LD_LIBRARY_PATH &&

@@ -64,7 +64,7 @@ unset LD_LIBRARY_PATH &&
#
persistent_add GLIBC_ARCH &&
if [[ ${SMGL_COMPAT_ARCHS[1]} == x86_64 ]]; then
- GLIBC_ARCH=x86_64
+ GLIBC_ARCH=x86_64
elif [[ ${SMGL_COMPAT_ARCHS[1]} == ppc ]]; then
GLIBC_ARCH=ppc
elif [[ ${SMGL_COMPAT_ARCHS[1]} == ia32 ]]; then
@@ -93,9 +93,9 @@ elif [[ ${SMGL_COMPAT_ARCHS[0]} == 64 &&
${SMGL_COMPAT_ARCHS[1]} == sparc ]]; th

# Setup the HOST properly to insure "sparcv9"
# This passes -mcpu=ultrasparc -Wa,-Av9a to the compiler
- [ "$HOST" = "sparc-unknown-linux-gnu" ] &&
+ [ "$HOST" = "sparc-unknown-linux-gnu" ] &&
export HOST="sparcv9-unknown-linux-gnu" &&
- [ "$BUILD" = "sparc-unknown-linux-gnu" ] &&
+ [ "$BUILD" = "sparc-unknown-linux-gnu" ] &&
export BUILD="sparcv9-unknown-linux-gnu"
elif [[ ${SMGL_COMPAT_ARCHS[0]} == 32 && ${SMGL_COMPAT_ARCHS[1]} == sparc
]]; then
GLIBC_ARCH=sparc &&
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index dd01b21..7c74a12 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -20,7 +20,7 @@
for some ppl on various archs

2006-11-09 David Brown <dmlb2000 AT gmail.com>
- * PRE_BUILD: added patch from upstream bug
+ * PRE_BUILD: added patch from upstream bug
https://bugzilla.samba.org/show_bug.cgi?id=3678
* glibc-2.4-iconv_open.patch: fix for the iconv_open function

@@ -34,7 +34,7 @@
* DETAILS: [automated] Removed BUILD_API=2.

2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED (deprecated in favor of
+ * DETAILS: [automated] Removed UPDATED (deprecated in favor of
PATCHLEVEL).

2006-07-11 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
@@ -89,7 +89,7 @@
otherwise

2006-02-22 Juuso Alasuutari <juuso.alasuutari AT tamperelainen.org>
- * DETAILS: patchlevel downgraded to previous value, no need to
+ * DETAILS: patchlevel downgraded to previous value, no need to
recompile
* REPAIR^none^volatiles: added




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (b07ad051f2344afd0b74050d85ec498f53dde4cd), Eric Sandall, 05/13/2007

Archive powered by MHonArc 2.6.24.

Top of Page