gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. ac950a04867fce


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. ac950a04867fce7784680ba76d654d910e88a8cd
Date: Wed, 16 May 2012 17:32:14 +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 "gawk".

The branch, gawk-4.0-stable has been updated
       via  ac950a04867fce7784680ba76d654d910e88a8cd (commit)
      from  67abdd7a54c00fae450a0f0964a9c9615a8a50c5 (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.sv.gnu.org/cgit/gawk.git/commit/?id=ac950a04867fce7784680ba76d654d910e88a8cd

commit ac950a04867fce7784680ba76d654d910e88a8cd
Author: Arnold D. Robbins <address@hidden>
Date:   Wed May 16 20:31:47 2012 +0300

    Minor and hopefully last fix to jarebug test.

diff --git a/test/ChangeLog b/test/ChangeLog
index 97065a2..70dacf4 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-16         Arnold D. Robbins     <address@hidden>
+
+       * Makefile.am (jarebug): Remove leading `-' from $(CMP) line.
+
 2012-05-14         Arnold D. Robbins     <address@hidden>
 
        * Makefile.am (jarebug): Move to charset tests. Adjust to check
diff --git a/test/Makefile.am b/test/Makefile.am
index 24255b7..5102d40 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1459,7 +1459,7 @@ jarebug::
        @if locale -a | grep ja_JP.EUC-JP > /dev/null ; then \
        GAWKLOCALE=ja_JP.EUC-JP ; export GAWKLOCALE ; \
        $(AWK) -f $(srcdir)/address@hidden $(srcdir)/address@hidden >_$@ 2>&1 
|| echo EXIT CODE: $$? >> _$@ ; \
-       -$(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@ ; \
+       $(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@ ; \
        fi
 
 
diff --git a/test/Makefile.in b/test/Makefile.in
index 709009e..4c36812 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1837,7 +1837,7 @@ jarebug::
        @if locale -a | grep ja_JP.EUC-JP > /dev/null ; then \
        GAWKLOCALE=ja_JP.EUC-JP ; export GAWKLOCALE ; \
        $(AWK) -f $(srcdir)/address@hidden $(srcdir)/address@hidden >_$@ 2>&1 
|| echo EXIT CODE: $$? >> _$@ ; \
-       -$(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@ ; \
+       $(CMP) $(srcdir)/address@hidden _$@ && rm -f _$@ ; \
        fi
 Gt-dummy:
 # file Maketests, generated from Makefile.am by the Gentests program

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

Summary of changes:
 test/ChangeLog   |    4 ++++
 test/Makefile.am |    2 +-
 test/Makefile.in |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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