[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, extgawk, updated. 18e7a6250a5daa170729a2
From: |
Andrew J. Schorr |
Subject: |
[gawk-diffs] [SCM] gawk branch, extgawk, updated. 18e7a6250a5daa170729a2adbc6b9d71f75f2bb5 |
Date: |
Sun, 10 Jun 2012 16:37:53 +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, extgawk has been updated
via 18e7a6250a5daa170729a2adbc6b9d71f75f2bb5 (commit)
from 058fc8ac436001c3f186bdeaf0d596352483a0b8 (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=18e7a6250a5daa170729a2adbc6b9d71f75f2bb5
commit 18e7a6250a5daa170729a2adbc6b9d71f75f2bb5
Author: Andrew J. Schorr <address@hidden>
Date: Sun Jun 10 12:37:28 2012 -0400
Remove obsolete comment in extension/Makefile.am.
diff --git a/extension/ChangeLog b/extension/ChangeLog
index d647ebb..56eaa97 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,5 +1,10 @@
2012-06-10 Andrew J. Schorr <address@hidden>
+ * Makefile.am: Remove comment referring to deleted test extensions
+ arrayparm, dl (zaxxon) and testarg.
+
+2012-06-10 Andrew J. Schorr <address@hidden>
+
* arrayparm.c, dl.c, doit, foo.awk, steps, testarg.awk, testarg.c,
testarrayparm.awk, testff.awk, testfork.awk, testordchr.awk: Remove
unused (obsolete) files.
diff --git a/extension/Makefile.am b/extension/Makefile.am
index 8161223..5e9a59f 100644
--- a/extension/Makefile.am
+++ b/extension/Makefile.am
@@ -29,9 +29,6 @@ AM_CPPFLAGS = -I$(srcdir)/..
# correctly after changing configure.ac
ACLOCAL_AMFLAGS = -I m4
-# The arrayparm, zaxxon (dl), and testarg libraries do not do anything useful,
-# so do not build or install them.
-
# Note: rwarray does not currently compile.
pkgextension_LTLIBRARIES = \
-----------------------------------------------------------------------
Summary of changes:
extension/ChangeLog | 5 +++++
extension/Makefile.am | 3 ---
2 files changed, 5 insertions(+), 3 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, extgawk, updated. 18e7a6250a5daa170729a2adbc6b9d71f75f2bb5,
Andrew J. Schorr <=