gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2779-g180981


From: Eli Zaretskii
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2779-g180981a
Date: Wed, 20 Sep 2017 03:36:25 -0400 (EDT)

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, master has been updated
       via  180981a8b06e74e51e20e6b67e742726374864d1 (commit)
      from  de168f836cb143561c54e0e9cc5315ce1e98ae1f (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=180981a8b06e74e51e20e6b67e742726374864d1

commit 180981a8b06e74e51e20e6b67e742726374864d1
Author: Eli Zaretskii <address@hidden>
Date:   Wed Sep 20 10:35:46 2017 +0300

    Tweak pc/Makefile.tst for MinGW.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index 95d70f5..f7af4fe 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,9 @@
+2017-09-20  Eli Zaretskii  <address@hidden>
+
+       * Makefile.tst (jarebug): Don't announce a MinGW failure.
+       (mpfr-tests, shlib-tests): Fix the command to not fail due to a
+       second "@".  Reported by Scott Deifik <address@hidden>.
+
 2017-09-18         Juan Manuel Guerrero  <address@hidden>
 
        * pc/Makefile.tst (mbprintf5, beginfile1, sigpipe1, backw, nonfatal1)
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 58610a1..b2bf2e6 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -303,7 +303,7 @@ machine-tests: $(MACHINE_TESTS)
 # in the next shlib-tests.
 mpfr-tests:
        @if $(AWK) --version | $(AWK) ' /MPFR/ { exit 1 }' ; then \
-       @echo MPFR tests not supported on this system ; \
+       echo MPFR tests not supported on this system ; \
        else $(MAKE) $(MPFR_TESTS) ; \
        fi
 
@@ -312,7 +312,7 @@ arraydebug-tests:
 
 shlib-tests:
        @if $(AWK) --version | $(AWK) ' /API/ { exit 1 }' ; then \
-       @echo shlib tests not supported on this system ; \
+       echo shlib tests not supported on this system ; \
        else $(MAKE) shlib-real-tests ; \
        fi
 
@@ -1068,7 +1068,7 @@ mpfrmemok1:
 
 jarebug::
        @echo $@
-       @echo Expect jarebug to fail with DJGPP and MinGW.
+       @echo Expect jarebug to fail with DJGPP.
        @"$(srcdir)"/address@hidden "$(AWKPROG)" "$(srcdir)"/address@hidden 
"$(srcdir)"/address@hidden "_$@"
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 

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

Summary of changes:
 pc/ChangeLog    | 6 ++++++
 pc/Makefile.tst | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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