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. fb5a67778f7eeb008a51598


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. fb5a67778f7eeb008a515988d336ae078e5e6121
Date: Thu, 11 Oct 2012 20:51:38 +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, master has been updated
       via  fb5a67778f7eeb008a515988d336ae078e5e6121 (commit)
      from  7187c507d21165be6c060f0ee6495cd8869a1e08 (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=fb5a67778f7eeb008a515988d336ae078e5e6121

commit fb5a67778f7eeb008a515988d336ae078e5e6121
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Oct 11 22:51:22 2012 +0200

    Improvement to readdir test.

diff --git a/test/ChangeLog b/test/ChangeLog
index 86ca900..c598c27 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-11         Andrew J. Schorr     <address@hidden>
+
+       * Makefile.am (readdir): Use $(top_srcdir) instead of `.'. Helps
+       when running the valgrind tests.
+
 2012-10-11         Arnold D. Robbins     <address@hidden>
 
        * testext.ok: Updated.
diff --git a/test/Makefile.am b/test/Makefile.am
index c64e1e3..d5b7bd7 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1673,9 +1673,8 @@ assignconst:
 
 readdir:
        @echo $@
-       @touch address@hidden _$@       # create directory entries first
-       @ls -fli | sed 1d | $(AWK) -f $(srcdir)/readdir0.awk > address@hidden
-       @$(AWK) -f $(srcdir)/readdir.awk . > _$@
+       @ls -fli $(top_srcdir) | sed 1d | $(AWK) -f $(srcdir)/readdir0.awk > 
address@hidden
+       @$(AWK) -f $(srcdir)/readdir.awk $(top_srcdir) > _$@
        @-$(CMP) address@hidden _$@ && rm -f address@hidden _$@
 
 fts:
diff --git a/test/Makefile.in b/test/Makefile.in
index db461f5..b6e9d65 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -2054,9 +2054,8 @@ assignconst:
 
 readdir:
        @echo $@
-       @touch address@hidden _$@       # create directory entries first
-       @ls -fli | sed 1d | $(AWK) -f $(srcdir)/readdir0.awk > address@hidden
-       @$(AWK) -f $(srcdir)/readdir.awk . > _$@
+       @ls -fli $(top_srcdir) | sed 1d | $(AWK) -f $(srcdir)/readdir0.awk > 
address@hidden
+       @$(AWK) -f $(srcdir)/readdir.awk $(top_srcdir) > _$@
        @-$(CMP) address@hidden _$@ && rm -f address@hidden _$@
 
 fts:

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

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


hooks/post-receive
-- 
gawk



reply via email to

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