automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-221-gbc41f1c
Date: Mon, 10 Nov 2008 20:51:46 +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=bc41f1c27a24e1eab9a036356cf3c529c35882f6

The branch, master has been updated
       via  bc41f1c27a24e1eab9a036356cf3c529c35882f6 (commit)
      from  bb9dfbde44523d07a840f02e966f299568ad07f3 (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 bc41f1c27a24e1eab9a036356cf3c529c35882f6
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Nov 10 21:47:06 2008 +0100

    Fix typos.
    
    * NEWS: Fix typos.
    * automake.in: Fix typos in comments.  Remove extraneous
    whitespace.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog   |    6 ++++++
 NEWS        |    4 ++--
 automake.in |    6 +++---
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index abbe035..4e0ab39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-10  Ralf Wildenhues  <address@hidden>
+
+       * NEWS: Fix typos.
+       * automake.in: Fix typos in comments.  Remove extraneous
+       whitespace.
+
 2008-11-06  Ralf Wildenhues  <address@hidden>
 
        Cope with absent Perl modules threads and Thread::Queue.
diff --git a/NEWS b/NEWS
index 276e953..57fd45f 100644
--- a/NEWS
+++ b/NEWS
@@ -57,7 +57,7 @@ New in 1.10a:
     Note that Automake will never overwrite an existing COPYING file,
     even when the `--force-missing' option is used.
 
-  - Automake ships and install man pages for automake and aclocal now.
+  - Automake ships and installs man pages for automake and aclocal now.
 
   - New shorthand `$(pkglibexecdir)' for `$(libexecdir)/@PACKAGE@'.
 
@@ -72,7 +72,7 @@ New in 1.10a:
     Both install and uninstall may sometimes enter (`cd' into) the target
     installation directory now, when no build-local scripts are used.
 
-    For builtin rules, `make install' now fails reliably if installation
+    For built-in rules, `make install' now fails reliably if installation
     of a file failed.  Conversely, `make uninstall' even succeeds when
     issued multiple times.
 
diff --git a/automake.in b/automake.in
index 5ae09c7..66633df 100755
--- a/automake.in
+++ b/automake.in
@@ -468,7 +468,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;
 
@@ -561,7 +561,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
@@ -6824,7 +6824,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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]