grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.6.1-23-gc2b9a4f


From: Jim Meyering
Subject: grep branch, master, updated. v2.6.1-23-gc2b9a4f
Date: Mon, 29 Mar 2010 06:40:41 +0000

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  c2b9a4fed35d198b8af8f38af877b8d1d52ec6f1 (commit)
       via  56f59c42bf09d4affabe4c89af4c55a1bc0775f6 (commit)
      from  2a7421f3f76e7781db7e712b56076dc576dc94a1 (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=c2b9a4fed35d198b8af8f38af877b8d1d52ec6f1


commit c2b9a4fed35d198b8af8f38af877b8d1d52ec6f1
Author: Bruno Haible <address@hidden>
Date:   Mon Mar 29 08:33:11 2010 +0200

    build: update after change in gnulib's lib-ignore module
    
    * src/Makefile.am (AM_LDFLAGS): Define.  Use gnulib's new
    $(IGNORE_UNUSED_LIBRARIES_CFLAGS).

diff --git a/src/Makefile.am b/src/Makefile.am
index f0264b0..73f3b18 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,6 +18,9 @@ LN = ln
 
 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
 
+# Tell the linker to omit references to unused shared libraries.
+AM_LDFLAGS = $(IGNORE_UNUSED_LIBRARIES_CFLAGS)
+
 bin_PROGRAMS = grep egrep fgrep
 grep_SOURCES  = grep.c
 egrep_SOURCES = egrep.c

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


commit c2b9a4fed35d198b8af8f38af877b8d1d52ec6f1
Author: Bruno Haible <address@hidden>
Date:   Mon Mar 29 08:33:11 2010 +0200

    build: update after change in gnulib's lib-ignore module
    
    * src/Makefile.am (AM_LDFLAGS): Define.  Use gnulib's new
    $(IGNORE_UNUSED_LIBRARIES_CFLAGS).

diff --git a/src/Makefile.am b/src/Makefile.am
index f0264b0..73f3b18 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,6 +18,9 @@ LN = ln
 
 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
 
+# Tell the linker to omit references to unused shared libraries.
+AM_LDFLAGS = $(IGNORE_UNUSED_LIBRARIES_CFLAGS)
+
 bin_PROGRAMS = grep egrep fgrep
 grep_SOURCES  = grep.c
 egrep_SOURCES = egrep.c

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

Summary of changes:
 cfg.mk          |    1 +
 src/Makefile.am |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
grep




reply via email to

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