grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.26-6-g899b518


From: Jim Meyering
Subject: grep branch, master, updated. v2.26-6-g899b518
Date: Sat, 15 Oct 2016 22:41:08 +0000 (UTC)

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  899b5189ec67bdefd2e294307a9be80de757583e (commit)
      from  9cd7494ed7c0d23d36e00b53af3a34fb96136e6b (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=899b5189ec67bdefd2e294307a9be80de757583e


commit 899b5189ec67bdefd2e294307a9be80de757583e
Author: Jim Meyering <address@hidden>
Date:   Sat Oct 15 15:26:19 2016 -0700

    build: distribute new file, die.h, so "make distcheck" passes
    
    * src/Makefile.am (grep_SOURCES): Add die.h.
    Also, sort these file names.

diff --git a/src/Makefile.am b/src/Makefile.am
index 84be2a7..423ded8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,10 +23,15 @@ AM_LDFLAGS = $(IGNORE_UNUSED_LIBRARIES_CFLAGS)
 
 bin_PROGRAMS = grep
 bin_SCRIPTS = egrep fgrep
-grep_SOURCES = grep.c searchutils.c \
-          dfasearch.c \
-          kwset.c kwsearch.c \
-          pcresearch.c
+grep_SOURCES =                                 \
+  dfasearch.c                                  \
+  die.h                                                \
+  grep.c                                       \
+  kwsearch.c                                   \
+  kwset.c                                      \
+  pcresearch.c                                 \
+  searchutils.c
+
 noinst_HEADERS = grep.h kwset.h search.h system.h
 
 # Sometimes, the expansion of $(LIBINTL) includes -lc which may

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

Summary of changes:
 src/Makefile.am |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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