[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-3117-gd11ce1e |
Date: |
Sat, 12 May 2018 23:26:34 -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 d11ce1e0893dde7cb64f0c445081d574a142e8e7 (commit)
from 3936b842c9ada69ff829c219d70615c928ad3070 (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=d11ce1e0893dde7cb64f0c445081d574a142e8e7
commit d11ce1e0893dde7cb64f0c445081d574a142e8e7
Author: Arnold D. Robbins <address@hidden>
Date: Sat May 12 23:26:22 2018 -0400
Regenerate test/Makefile.in.
diff --git a/test/Makefile.in b/test/Makefile.in
index ff1727c..78606f8 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -2389,7 +2389,7 @@ ordchr2::
readfile::
@echo $@
@$(AWK) -l readfile 'BEGIN {printf "%s",
readfile("$(srcdir)/Makefile.am")}' >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
- @-$(CMP) "$(srcdir)/Makefile.am" _$@ && rm -f _$@ || cp -p Makefile
address@hidden
+ @-$(CMP) "$(srcdir)/Makefile.am" _$@ && rm -f _$@ || cp -p
"$(srcdir)/Makefile.am" address@hidden
readfile2::
@echo $@
-----------------------------------------------------------------------
Summary of changes:
test/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, feature/improve-tests, updated. gawk-4.1.0-3117-gd11ce1e,
Arnold Robbins <=