[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Relea
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-1-8-g9dbc27b |
Date: |
Sun, 17 Feb 2008 18:09:59 +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 "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=9dbc27b4031720a9d2dd28714642d1fc394a4143
The branch, branch-1-10 has been updated
via 9dbc27b4031720a9d2dd28714642d1fc394a4143 (commit)
from 311383c8e7717c6a02e7d3d9430d3f25f1a2efcb (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 -----------------------------------------------------------------
commit 9dbc27b4031720a9d2dd28714642d1fc394a4143
Author: Colin Watson <address@hidden>
Date: Sun Feb 17 19:07:32 2008 +0100
* lib/am/tags.am (ID): Fix typo in workaround for old awk.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
lib/am/tags.am | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 029566d..cec24b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-17 Colin Watson <address@hidden> (tiny change)
+
+ * lib/am/tags.am (ID): Fix typo in workaround for old awk.
+
2008-02-05 Ralf Wildenhues <address@hidden>
* doc/.gitignore: Ignore files generated by `make ps pdf html'.
diff --git a/lib/am/tags.am b/lib/am/tags.am
index 7f25f5a..545f044 100644
--- a/lib/am/tags.am
+++ b/lib/am/tags.am
@@ -28,7 +28,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
## Handle VPATH correctly.
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
- $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
mkid -fID $$unique
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-1-8-g9dbc27b,
Ralf Wildenhues <=