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.1-stable, updated. gawk-4.1.0-209


From: Eli Zaretskii
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-209-g1855be2
Date: Mon, 03 Feb 2014 16:55:05 +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.1-stable has been updated
       via  1855be261370b4489136bcf14536e0a2db3bd13d (commit)
      from  4cb70d5caf61fcb63b2b4b8995e063aa96238dae (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=1855be261370b4489136bcf14536e0a2db3bd13d

commit 1855be261370b4489136bcf14536e0a2db3bd13d
Author: Scott Deifik <address@hidden>
Date:   Mon Feb 3 18:54:11 2014 +0200

    pc/Makefile.tst: Include original test/Makefile.in lines as comments.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index 5f75283..404bcb6 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,8 @@
+2014-02-03   Scott Deifik  <address@hidden>
+
+       * Makefile.tst: Include original test/Makefile.in lines as
+       comments.
+
 2014-01-28  Eli Zaretskii  <address@hidden>
 
        * Makefile.tst (strftime): Pass the value of 'date' command
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index e843eaa..cab4942 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -431,12 +431,10 @@ nonl::
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 
 strftime::
-       @echo This test could fail on slow machines or on a minute boundary,
-       @echo so if it does, double check the actual results:
        @echo $@
 #      @GAWKLOCALE=C; export GAWKLOCALE; \
 #      TZ=GMT0; export TZ; \
-#      (LC_ALL=C date) | $(AWK) -v OUTPUT=_$@ -f "$(srcdir)"/strftime.awk
+#      $(AWK) -v OUTPUT=_$@ -f "$(srcdir)"/strftime.awk
        @GAWKLOCALE=C; export GAWKLOCALE; \
        TZ=GMT0; export TZ; \
        $(AWK) -v OUTPUT=_$@ -v DATECMD="$(DATE)" -f "$(srcdir)"/strftime.awk
@@ -1026,8 +1024,8 @@ inplace3::
 
 testext::
        @echo $@
-#      @$(AWK) '/^(@load|BEGIN)/,/^}/' $(top_srcdir)/extension/testext.c > 
testext.awk
-       @$(AWK) ' /^(@load|BEGIN)/,/^}/' $(top_srcdir)/extension/testext.c > 
testext.awk
+#      @$(AWK) '/^(@load|BEGIN)/,/^}/' "$(top_srcdir)"/extension/testext.c > 
testext.awk
+       @$(AWK) ' /^(@load|BEGIN)/,/^}/' "$(top_srcdir)"/extension/testext.c > 
testext.awk
        @$(AWK) -f testext.awk >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@ testext.awk
 
@@ -1038,12 +1036,14 @@ readdir:
        fi
        @echo $@
        @echo This test may fail on MinGW if $(LS) does not report full Windows 
file index as the inode
-       @$(AWK) -f "$(srcdir)"/readdir.awk $(top_srcdir) > _$@
+       @$(AWK) -f "$(srcdir)"/readdir.awk "$(top_srcdir)" > _$@
+#      @ls -afi "$(top_srcdir)" > _dirlist
        @$(LS) -afi "$(top_srcdir)" > _dirlist
+#      @ls -lna "$(top_srcdir)" | sed 1d > _longlist
        @$(LS) -lna "$(top_srcdir)" | sed 1d > _longlist
        @$(AWK) -f "$(srcdir)"/readdir0.awk -v extout=_$@  \
                -v dirlist=_dirlist -v longlist=_longlist > address@hidden
-       @-$(CMP) address@hidden _$@ && rm -f address@hidden _$@
+       @-$(CMP) address@hidden _$@ && rm -f address@hidden _$@ _dirlist 
_longlist
 
 fts:
        @case `uname` in \
@@ -1056,6 +1056,7 @@ fts:
        esac
        @echo $@
        @echo Expect $@ to fail with MinGW because function 'fts' is not 
defined.
+#      @$(AWK) -f "$(srcdir)"/fts.awk
        @$(AWK) -f "$(srcdir)"/fts.awk || echo EXIT CODE: $$? >>_$@
        @-$(CMP) address@hidden _$@ && rm -f address@hidden _$@
 
@@ -1130,7 +1131,6 @@ backsmalls2:
        @[ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; \
        AWKPATH="$(srcdir)" $(AWK) -f address@hidden "$(srcdir)"/address@hidden 
>_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
-
 Gt-dummy:
 # file Maketests, generated from Makefile.am by the Gentests program
 addcomma:

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

Summary of changes:
 pc/ChangeLog    |    5 +++++
 pc/Makefile.tst |   16 ++++++++--------
 2 files changed, 13 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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