[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2734-gacd6f9
From: |
Eli Zaretskii |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2734-gacd6f9a |
Date: |
Mon, 21 Aug 2017 14:42:32 -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 acd6f9a894f87ad9d662cbf7b24e7e87efc45154 (commit)
from 41731583cbc39252b9666539810e0bf231086fea (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=acd6f9a894f87ad9d662cbf7b24e7e87efc45154
commit acd6f9a894f87ad9d662cbf7b24e7e87efc45154
Author: Eli Zaretskii <address@hidden>
Date: Mon Aug 21 21:41:31 2017 +0300
Clean up textexttmp.txt after the testext test.
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 83a20a8..2e3a268 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2017-08-21 Eli Zaretskii <address@hidden>
+
+ * Makefile.tst (testext): Remove textexttmp.txt.
+
2017-08-19 Eli Zaretskii <address@hidden>
* Makefile.tst (SLASH): New variable for use it readdir_test.
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index a553400..8a74e31 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -1166,7 +1166,7 @@ testext::
# @$(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
+ @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@ testext.awk
textexttmp.txt
getfile:
@echo $@
diff --git a/test/ChangeLog b/test/ChangeLog
index 8477084..a015ebf 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2017-08-21 Eli Zaretskii <address@hidden>
+
+ * Makefile.am (testext): Remove textexttmp.txt.
+
2017-08-16 Arnold D. Robbins <address@hidden>
* Makefile.am (EXTRA_DIST): Add aryunasgn files.
diff --git a/test/Makefile.am b/test/Makefile.am
index a4da78c..b257784 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1981,7 +1981,6 @@ profile1:
@$(AWK) -f ./address@hidden "$(srcdir)"/dtdgport.awk > address@hidden ;
rm address@hidden
@$(CMP) address@hidden address@hidden && rm address@hidden || { echo
EXIT CODE: $$? >>_$@ ; \
cp "$(srcdir)"/dtdgport.awk address@hidden ; }
-
profile2:
@echo $@
@@ -2210,7 +2209,7 @@ testext::
@echo $@
@$(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
+ @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@ testext.awk
textexttmp.txt
getfile:
@echo $@
-----------------------------------------------------------------------
Summary of changes:
pc/ChangeLog | 4 ++++
pc/Makefile.tst | 2 +-
test/ChangeLog | 4 ++++
test/Makefile.am | 3 +--
4 files changed, 10 insertions(+), 3 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2734-gacd6f9a,
Eli Zaretskii <=