grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.3-78-g7ded8ef


From: Jim Meyering
Subject: grep branch, master, updated. v3.3-78-g7ded8ef
Date: Sun, 23 Aug 2020 07:34:27 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  7ded8efd721ce2abf2b781931e0a0bdd46b156d7 (commit)
       via  7798d03901387024ec7f9aac7d8816824bcbca18 (commit)
      from  0435ebca64fbafcd62008c991dd9377d8a792dfc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=7ded8efd721ce2abf2b781931e0a0bdd46b156d7


commit 7ded8efd721ce2abf2b781931e0a0bdd46b156d7
Author: Jim Meyering <meyering@fb.com>
Date:   Sun Aug 23 02:35:15 2020 -0700

    build: update gnulib to latest
    
    * gnulib: Update submodule to latest.
    * bootstrap.conf (gnulib_modules): Add explicit dependency on dirname-lgpl.
    Before, we pulled this in via a dependency.
    * bootstrap: Update from gnulib.

diff --git a/bootstrap b/bootstrap
index 70fd73c..8f76d69 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Print a version string.
-scriptversion=2019-01-04.17; # UTC
+scriptversion=2020-04-13.15; # UTC
 
 # Bootstrap this package from checked-out sources.
 
@@ -970,7 +970,7 @@ bootstrap_post_import_hook \
 # Uninitialized submodules are listed with an initial dash.
 if $use_git && git submodule | grep '^-' >/dev/null; then
   die "some git submodules are not initialized. "     \
-      "Run 'git submodule init' and bootstrap again."
+      "Run 'git submodule update --init' and bootstrap again."
 fi
 
 # Remove any dangling symlink matching "*.m4" or "*.[ch]" in some
diff --git a/bootstrap.conf b/bootstrap.conf
index 4baf113..ef142fc 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -31,6 +31,7 @@ c-stack
 c-strcase
 closeout
 configmake
+dirname-lgpl
 dfa
 do-release-commit-and-tag
 error
diff --git a/gnulib b/gnulib
index c3c36de..452fee3 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit c3c36de581411a1bd06a8dc4aabb78198994d563
+Subproject commit 452fee36d88161a591d3fa3081445220f1a08442

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=7798d03901387024ec7f9aac7d8816824bcbca18


commit 7ded8efd721ce2abf2b781931e0a0bdd46b156d7
Author: Jim Meyering <meyering@fb.com>
Date:   Sun Aug 23 02:35:15 2020 -0700

    build: update gnulib to latest
    
    * gnulib: Update submodule to latest.
    * bootstrap.conf (gnulib_modules): Add explicit dependency on dirname-lgpl.
    Before, we pulled this in via a dependency.
    * bootstrap: Update from gnulib.

diff --git a/bootstrap b/bootstrap
index 70fd73c..8f76d69 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Print a version string.
-scriptversion=2019-01-04.17; # UTC
+scriptversion=2020-04-13.15; # UTC
 
 # Bootstrap this package from checked-out sources.
 
@@ -970,7 +970,7 @@ bootstrap_post_import_hook \
 # Uninitialized submodules are listed with an initial dash.
 if $use_git && git submodule | grep '^-' >/dev/null; then
   die "some git submodules are not initialized. "     \
-      "Run 'git submodule init' and bootstrap again."
+      "Run 'git submodule update --init' and bootstrap again."
 fi
 
 # Remove any dangling symlink matching "*.m4" or "*.[ch]" in some
diff --git a/bootstrap.conf b/bootstrap.conf
index 4baf113..ef142fc 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -31,6 +31,7 @@ c-stack
 c-strcase
 closeout
 configmake
+dirname-lgpl
 dfa
 do-release-commit-and-tag
 error
diff --git a/gnulib b/gnulib
index c3c36de..452fee3 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit c3c36de581411a1bd06a8dc4aabb78198994d563
+Subproject commit 452fee36d88161a591d3fa3081445220f1a08442

-----------------------------------------------------------------------

Summary of changes:
 bootstrap      | 4 ++--
 bootstrap.conf | 1 +
 configure.ac   | 2 +-
 gnulib         | 2 +-
 4 files changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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