Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (68d46866c6679210da3cfd71e6efae28e59659e7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (68d46866c6679210da3cfd71e6efae28e59659e7)
  • Date: Wed, 31 Oct 2007 19:35:57 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

utils/coreutils/HISTORY | 3 +++
utils/coreutils/PRE_BUILD | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 68d46866c6679210da3cfd71e6efae28e59659e7
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

coreutils glibc 2.7 as well as 2.6 internalize futimens

diff --git a/utils/coreutils/HISTORY b/utils/coreutils/HISTORY
index d7ba31a..37c4a45 100644
--- a/utils/coreutils/HISTORY
+++ b/utils/coreutils/HISTORY
@@ -1,3 +1,6 @@
+2007-10-31 David Brown <dmlb2000 AT gmail.com>
+ * PRE_BUILD: check for 2.7 as well as 2.6 glibc
+
2007-09-14 David Brown <dmlb2000 AT gmail.com>
* PRE_BUILD: forgot to change the patch check to --enable-selinux
* CONFIGURE: should be --enable not --with
diff --git a/utils/coreutils/PRE_BUILD b/utils/coreutils/PRE_BUILD
index c035bae..1cc6889 100755
--- a/utils/coreutils/PRE_BUILD
+++ b/utils/coreutils/PRE_BUILD
@@ -11,7 +11,7 @@ then
patch -p1 < ${SCRIPT_DIRECTORY}/coreutils-selinux.patch
fi &&
case "$(installed_version glibc)" in
- 2.6*)
+ 2.6*|2.7*)
patch -p1 < ${SCRIPT_DIRECTORY}/coreutils-futimens.patch
;;
*)



  • [SM-Commit] GIT changes to master grimoire by David Brown (68d46866c6679210da3cfd71e6efae28e59659e7), David Brown, 10/31/2007

Archive powered by MHonArc 2.6.24.

Top of Page