[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-47-gbdf3bb6 |
Date: |
Mon, 10 Nov 2008 20:51:45 +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=bdf3bb635e44c7794e7870f358b4450c0dc9e8d1
The branch, branch-1-10 has been updated
via bdf3bb635e44c7794e7870f358b4450c0dc9e8d1 (commit)
from ddfd897fd70b6f5da6522bd1c9ad735bcf194ad9 (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 bdf3bb635e44c7794e7870f358b4450c0dc9e8d1
Author: Ralf Wildenhues <address@hidden>
Date: Mon Nov 10 21:47:06 2008 +0100
Fix typos.
* automake.in: Fix typos in comments. Remove extraneous
whitespace.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
automake.in | 6 +++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 9d03c71..6b5d935 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-10 Ralf Wildenhues <address@hidden>
+
+ * automake.in: Fix typos in comments. Remove extraneous
+ whitespace.
+
2008-11-02 Ralf Wildenhues <address@hidden>
New maintainer target release-stats.
diff --git a/automake.in b/automake.in
index a9de675..21ce4df 100755
--- a/automake.in
+++ b/automake.in
@@ -447,7 +447,7 @@ my %required_targets =
'install-man' => 1,
);
-# Set to 1 if this run will create the Makefile.in that distribute
+# Set to 1 if this run will create the Makefile.in that distributes
# the files in config_aux_dir.
my $automake_will_process_aux_dir = 0;
@@ -540,7 +540,7 @@ my %dep_files;
my @dist_targets;
# Keep track of all programs declared in this Makefile, without
-# $(EXEEXT). @substitution@ are not listed.
+# $(EXEEXT). @substitutions@ are not listed.
my %known_programs;
# Keys in this hash are the basenames of files which must depend on
@@ -6621,7 +6621,7 @@ sub file_contents_internal ($$$%)
my $flat_deps = &flatten ($dependencies);
my @deps = split (' ', $flat_deps);
- foreach (split (' ' , $targets))
+ foreach (split (' ', $targets))
{
# FIXME: 1. We are not robust to people defining several targets
# at once, only some of them being in %dependencies. The
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-47-gbdf3bb6,
Ralf Wildenhues <=