bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

update to latest gnulib


From: Jim Meyering
Subject: update to latest gnulib
Date: Thu, 12 Nov 2009 09:02:19 +0100

I tested on F12, and everything passed, so have updated to
the latest from gnulib.  Also, I needed the bootstrap fix
when testing against a locally-modified gnulib clone.

>From cf1bc9810de01626c425c81e3641fa1c1b361339 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Wed, 11 Nov 2009 19:07:00 +0100
Subject: [PATCH 1/2] bootstrap: use git_modules_config in one more place

* bootstrap: Make bootstrap's --gnulib-srcdir more useful (for testing).
---
 bootstrap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bootstrap b/bootstrap
index 6957ea3..97300b4 100755
--- a/bootstrap
+++ b/bootstrap
@@ -416,7 +416,7 @@ case ${GNULIB_SRCDIR--} in
         git_modules_config submodule.gnulib.url >/dev/null; then
     git submodule init
     GNULIB_SRCDIR=`cd $GNULIB_SRCDIR && pwd`
-    git config --replace-all submodule.gnulib.url $GNULIB_SRCDIR
+    git_modules_config --replace-all submodule.gnulib.url $GNULIB_SRCDIR
     echo "$0: getting gnulib files..."
     git submodule update || exit $?
     GNULIB_SRCDIR=gnulib
--
1.6.5.2.372.gc0502


>From 1313107c5c5d7824067da047e86d79bd7d582051 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Mon, 9 Nov 2009 14:59:26 +0100
Subject: [PATCH 2/2] build: update gnulib to latest; more *BSD and Solaris 
work-arounds

---
 gnulib |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnulib b/gnulib
index 26c5fd7..5ca4b90 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 26c5fd742f9136e2ddbd4695a9172c3fa30ea260
+Subproject commit 5ca4b90d06ed5871ed0bf7bd59dbbf23b69a00ea
--
1.6.5.2.372.gc0502




reply via email to

[Prev in Thread] Current Thread [Next in Thread]