gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/improve-tests, updated. gawk-4.1


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/improve-tests, updated. gawk-4.1.0-3110-g2dfaa01
Date: Thu, 10 May 2018 12:06: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, feature/improve-tests has been updated
       via  2dfaa01c11933760021b89154d95eae8e3d4ad8a (commit)
      from  9fc401a569239084f0d9caee46abe9800e2622ae (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=2dfaa01c11933760021b89154d95eae8e3d4ad8a

commit 2dfaa01c11933760021b89154d95eae8e3d4ad8a
Author: Arnold D. Robbins <address@hidden>
Date:   Thu May 10 12:06:07 2018 -0400

    Update pc/Makefile.tst.

diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 5491c8b..6775cf9 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -404,7 +404,7 @@ shlib-real-tests: $(SHLIB_TESTS)
 
 msg::
        @echo ''
-       @echo 'Any output from "cmp" is bad news, although some differences'
+       @echo 'Any output from "$(CMP)" is bad news, although some differences'
        @echo 'in floating point values are probably benign -- in particular,'
        @echo 'some systems may omit a leading zero and the floating point'
        @-echo 'precision may lead to slightly different output in a few cases.'
@@ -791,7 +791,7 @@ profile1:
 
 profile2:
        @echo $@
-       @$(AWK) address@hidden -v sortcmd=sort -f "$(srcdir)"/xref.awk 
"$(srcdir)"/dtdgport.awk > /dev/null
+       @$(AWK) address@hidden -v sortcmd=$(SORT) -f "$(srcdir)"/xref.awk 
"$(srcdir)"/dtdgport.awk > /dev/null
        @sed 1,2d < address@hidden > _$@; rm address@hidden
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 

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

Summary of changes:
 pc/Makefile.tst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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