[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. 526e360640bb3beddc963d3
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. 526e360640bb3beddc963d3a4b2982081d548753 |
Date: |
Sun, 01 May 2011 16:38:51 +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 526e360640bb3beddc963d3a4b2982081d548753 (commit)
from 34add399b437907a2107f22ebd92d0b04d93a80c (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=526e360640bb3beddc963d3a4b2982081d548753
commit 526e360640bb3beddc963d3a4b2982081d548753
Author: Arnold D. Robbins <address@hidden>
Date: Fri Apr 29 12:36:04 2011 +0300
Remove need for awkprintf.h.
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 42210d1..5a30b82 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+Fri Apr 29 12:35:21 2011 Arnold D. Robbins <address@hidden>
+
+ * Makefile: Remove dependencies on awkprintf.h.
+
Sun Apr 24 11:54:58 2011 Scott Deifik <address@hidden>
* Makefile.tst: Sync with mainline version.
diff --git a/pc/Makefile b/pc/Makefile
index 9d68145..a8c7c9b 100644
--- a/pc/Makefile
+++ b/pc/Makefile
@@ -239,9 +239,9 @@ $(DRSPFILE) : $(DGAWKOBJS)
$(ALLOBJS) $(LIBOBJS) eval_p$O profile_p$O: \
awk.h regex.h config.h gettext.h mbsupport.h protos.h dfa.h getopt.h
-builtin$O random$O: awkprintf.h floatmagic.h random.h
+builtin$O random$O: floatmagic.h random.h
-debug$O: awkprintf.h floatmagic.h
+debug$O: floatmagic.h
command$O debug$O: cmd.h
-----------------------------------------------------------------------
Summary of changes:
pc/ChangeLog | 4 ++++
pc/Makefile | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. 526e360640bb3beddc963d3a4b2982081d548753,
Arnold Robbins <=