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