Skip to Content.
Sympa Menu

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

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 (c85699d0bc4e3fcda58a69dad8362529da881423)
  • Date: Fri, 21 Aug 2009 03:51:50 -0500

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

libs/glibc/HISTORY | 3 +++
libs/glibc/INSTALL | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)

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

glibc: stubs-32.h and stubs-64.h are also only created if they differ

diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 4f3b2a8..a5abdb6 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,6 @@
+2009-08-20 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: stubs-32.h and stubs-64.h are also only created if they
differ
+
2009-06-09 Eric Sandall <sandalle AT sourcemage.org>
* init.d/nscd: Also requires /var/db/nscd to exist

diff --git a/libs/glibc/INSTALL b/libs/glibc/INSTALL
index 28360b0..59b434d 100755
--- a/libs/glibc/INSTALL
+++ b/libs/glibc/INSTALL
@@ -24,7 +24,9 @@ cd $SOURCE_DIRECTORY.bld &&
# glibc only installs these if the file differs
#
for i in ${INSTALL_ROOT}/usr/include/bits/syscall.h \
- ${INSTALL_ROOT}/usr/include/gnu/stubs.h; do
+ ${INSTALL_ROOT}/usr/include/gnu/stubs.h \
+ ${INSTALL_ROOT}/usr/include/gnu/stubs-32.h \
+ ${INSTALL_ROOT}/usr/include/gnu/stubs-64.h; do
if [ -f $i ]; then
rm -vf $i
fi



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (c85699d0bc4e3fcda58a69dad8362529da881423), Eric Sandall, 08/21/2009

Archive powered by MHonArc 2.6.24.

Top of Page