[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-3071-g345b918 |
Date: |
Sun, 15 Apr 2018 15:31:16 -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 345b91888eb4c30da463d88a84b1e77659c426c8 (commit)
from f0cff6fc06c2976c9961afc8a943a384f97328c0 (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=345b91888eb4c30da463d88a84b1e77659c426c8
commit 345b91888eb4c30da463d88a84b1e77659c426c8
Author: Arnold D. Robbins <address@hidden>
Date: Sun Apr 15 22:31:01 2018 +0300
Further improvements in pc/GenMakefileTst.awk.
diff --git a/pc/GenMakefileTst.awk b/pc/GenMakefileTst.awk
index 25762a1..78e3adf 100644
--- a/pc/GenMakefileTst.awk
+++ b/pc/GenMakefileTst.awk
@@ -12,6 +12,9 @@ BEGIN {
! process { next }
+# Skip stuff that PC doesn't need
+/^CMP =/, /^\.PRECIOUS/ { next }
+
# Process the bits in Makefile.in we need to generate the tests properly
# Tests that fail on DJGPP
-----------------------------------------------------------------------
Summary of changes:
pc/GenMakefileTst.awk | 3 +++
1 file changed, 3 insertions(+)
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-3071-g345b918,
Arnold Robbins <=