grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.0-9-g4f09670


From: Jim Meyering
Subject: grep branch, master, updated. v3.0-9-g4f09670
Date: Fri, 17 Feb 2017 23:52:29 -0500 (EST)

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  4f09670d3c669be2b2434bbdad6a979740e29f0c (commit)
       via  c0b45e4d789b68dcb46fd406cf84cfd617f29f9b (commit)
      from  c4485ac49a977d666187db4c5c25045215976577 (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=4f09670d3c669be2b2434bbdad6a979740e29f0c


commit 4f09670d3c669be2b2434bbdad6a979740e29f0c
Author: Jim Meyering <address@hidden>
Date:   Fri Feb 17 20:49:10 2017 -0800

    maint: fix distcheck failure: remove stale dosbuf.c reference
    
    * src/Makefile.am (EXTRA_DIST): Do not attempt to distribute
    the recently deleted file, dosbuf.c.

diff --git a/src/Makefile.am b/src/Makefile.am
index b7b02af..71c64f9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -47,7 +47,7 @@ grep_LDADD = $(LDADD) $(PCRE_LIBS)
 localedir = $(datadir)/locale
 AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
 
-EXTRA_DIST = dosbuf.c egrep.sh
+EXTRA_DIST = egrep.sh
 
 egrep fgrep: egrep.sh Makefile
        $(AM_V_GEN)grep=`echo grep | sed -e '$(transform)'` &&          \

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


commit 4f09670d3c669be2b2434bbdad6a979740e29f0c
Author: Jim Meyering <address@hidden>
Date:   Fri Feb 17 20:49:10 2017 -0800

    maint: fix distcheck failure: remove stale dosbuf.c reference
    
    * src/Makefile.am (EXTRA_DIST): Do not attempt to distribute
    the recently deleted file, dosbuf.c.

diff --git a/src/Makefile.am b/src/Makefile.am
index b7b02af..71c64f9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -47,7 +47,7 @@ grep_LDADD = $(LDADD) $(PCRE_LIBS)
 localedir = $(datadir)/locale
 AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
 
-EXTRA_DIST = dosbuf.c egrep.sh
+EXTRA_DIST = egrep.sh
 
 egrep fgrep: egrep.sh Makefile
        $(AM_V_GEN)grep=`echo grep | sed -e '$(transform)'` &&          \

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

Summary of changes:
 cfg.mk          | 9 +++++----
 po/POTFILES.in  | 1 +
 src/Makefile.am | 2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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