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.2-stable, updated. gawk-4.1.0-289


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2893-g49194a4
Date: Sun, 21 Jan 2018 14:41:48 -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 "gawk".

The branch, gawk-4.2-stable has been updated
       via  49194a4b354f7187a6089cb2700f7025db51439a (commit)
      from  cbcc0e3f82d3784c85c7a9cb4c9847f758bf4cac (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=49194a4b354f7187a6089cb2700f7025db51439a

commit 49194a4b354f7187a6089cb2700f7025db51439a
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Jan 21 21:41:34 2018 +0200

    Further fix in pc/Makefile.tst.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index 2276529..c1fa092 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,8 @@
+2018-01-21         Arnold D. Robbins     <address@hidden>
+
+       * Makefile.tst (pty2): Sync against test/Makefile.in.
+       Really for real this time.
+
 2018-01-20         Arnold D. Robbins     <address@hidden>
 
        * Makefile.tst: Sync against test/Makefile.in.
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 3e5bacb..c6597b6 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -1370,7 +1370,7 @@ pty2:
        @echo Expect $@ to fail with DJGPP and MinGW.
        @-case `uname` in \
        *[Oo][Ss]/390*) : ;; \
-       *) AWKPATH="$(srcdir)" $(AWK) -f address@hidden | od -c  >_$@ 2>&1 || 
echo EXIT CODE: $$? >>_$@ ; \
+       *) AWKPATH="$(srcdir)" $(AWK) -f address@hidden | od -c | $(AWK) '{ $$1 
= $$1 ; print }' >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ ; \
        $(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@ ;; \
        esac
 rscompat:

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

Summary of changes:
 pc/ChangeLog    | 5 +++++
 pc/Makefile.tst | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gawk



reply via email to

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