grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.6.2-16-gdf78af0


From: Jim Meyering
Subject: grep branch, master, updated. v2.6.2-16-gdf78af0
Date: Thu, 01 Apr 2010 07:44:24 +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  df78af01a400f083c7c276ac02c1b6695d3dff94 (commit)
       via  bc935b35740f80d65e0f9642f92fd06c7edcaab0 (commit)
       via  672146c04b5865e8762d12b84c9c9d649ac77708 (commit)
      from  7379b894557151ee9b66f62488575d755b6d374f (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=df78af01a400f083c7c276ac02c1b6695d3dff94


commit df78af01a400f083c7c276ac02c1b6695d3dff94
Author: Jim Meyering <address@hidden>
Date:   Thu Apr 1 09:27:26 2010 +0200

    doc: generated files are best made read-only, ...
    
    ...to minimize risk of accidentally modifying the generated file
    rather than its template.  These are tiny, so no risk, but it's
    a good to be consistent, so generated files are easier to spot.
    * doc/Makefile.am (egrep.1 fgrep.1): When generating these files,
    ensure that they too are created read-only.

diff --git a/doc/Makefile.am b/doc/Makefile.am
index d8f2a8f..b1a71d9 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -30,5 +30,6 @@ grep.1: grep.in.1
          < $(srcdir)/grep.in.1 > address@hidden && chmod 444 address@hidden && 
mv address@hidden $@
 
 egrep.1 fgrep.1: Makefile.am
-       $(AM_V_GEN)inst=`echo grep | sed '$(transform)'`.1 \
-         && echo ".so man1/$$inst" > address@hidden && mv address@hidden $@
+       $(AM_V_GEN)rm -f $@ address@hidden
+       $(AM_V_AT)inst=`echo grep | sed '$(transform)'`.1 \
+         && echo ".so man1/$$inst" > address@hidden && chmod 444 
address@hidden && mv address@hidden $@

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


commit df78af01a400f083c7c276ac02c1b6695d3dff94
Author: Jim Meyering <address@hidden>
Date:   Thu Apr 1 09:27:26 2010 +0200

    doc: generated files are best made read-only, ...
    
    ...to minimize risk of accidentally modifying the generated file
    rather than its template.  These are tiny, so no risk, but it's
    a good to be consistent, so generated files are easier to spot.
    * doc/Makefile.am (egrep.1 fgrep.1): When generating these files,
    ensure that they too are created read-only.

diff --git a/doc/Makefile.am b/doc/Makefile.am
index d8f2a8f..b1a71d9 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -30,5 +30,6 @@ grep.1: grep.in.1
          < $(srcdir)/grep.in.1 > address@hidden && chmod 444 address@hidden && 
mv address@hidden $@
 
 egrep.1 fgrep.1: Makefile.am
-       $(AM_V_GEN)inst=`echo grep | sed '$(transform)'`.1 \
-         && echo ".so man1/$$inst" > address@hidden && mv address@hidden $@
+       $(AM_V_GEN)rm -f $@ address@hidden
+       $(AM_V_AT)inst=`echo grep | sed '$(transform)'`.1 \
+         && echo ".so man1/$$inst" > address@hidden && chmod 444 
address@hidden && mv address@hidden $@

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


commit df78af01a400f083c7c276ac02c1b6695d3dff94
Author: Jim Meyering <address@hidden>
Date:   Thu Apr 1 09:27:26 2010 +0200

    doc: generated files are best made read-only, ...
    
    ...to minimize risk of accidentally modifying the generated file
    rather than its template.  These are tiny, so no risk, but it's
    a good to be consistent, so generated files are easier to spot.
    * doc/Makefile.am (egrep.1 fgrep.1): When generating these files,
    ensure that they too are created read-only.

diff --git a/doc/Makefile.am b/doc/Makefile.am
index d8f2a8f..b1a71d9 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -30,5 +30,6 @@ grep.1: grep.in.1
          < $(srcdir)/grep.in.1 > address@hidden && chmod 444 address@hidden && 
mv address@hidden $@
 
 egrep.1 fgrep.1: Makefile.am
-       $(AM_V_GEN)inst=`echo grep | sed '$(transform)'`.1 \
-         && echo ".so man1/$$inst" > address@hidden && mv address@hidden $@
+       $(AM_V_GEN)rm -f $@ address@hidden
+       $(AM_V_AT)inst=`echo grep | sed '$(transform)'`.1 \
+         && echo ".so man1/$$inst" > address@hidden && chmod 444 
address@hidden && mv address@hidden $@

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

Summary of changes:
 .gitignore                |    1 +
 THANKS                    |    1 +
 doc/Makefile.am           |   14 ++++++++++----
 doc/{grep.1 => grep.in.1} |    7 ++-----
 4 files changed, 14 insertions(+), 9 deletions(-)
 rename doc/{grep.1 => grep.in.1} (99%)


hooks/post-receive
-- 
grep




reply via email to

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