automake-commit
[Top][All Lists]
Advanced

[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-28-gb784d88
Date: Tue, 19 Aug 2008 20:55:23 +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=b784d884bfaa172753a64245d6bcb41deffdc8d5

The branch, branch-1-10 has been updated
       via  b784d884bfaa172753a64245d6bcb41deffdc8d5 (commit)
      from  cdf4ccae4a6a18216020faf0e9ef938235e7c641 (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 b784d884bfaa172753a64245d6bcb41deffdc8d5
Author: Reuben Thomas <address@hidden>
Date:   Tue Aug 19 22:53:32 2008 +0200

    Fix grammaros.
    
    * doc/automake.texi (Flag Variables Ordering, Per-Object Flags):
    Fix grammaros.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog         |    5 +++++
 doc/automake.texi |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index dcdc86f..b5911ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-19  Reuben Thomas <address@hidden>  (tiny patch)
+
+       * doc/automake.texi (Flag Variables Ordering, Per-Object Flags):
+       Fix grammaros.
+
 2008-08-02  Karl Berry  <address@hidden>
 
        * lib/gnupload: Provide also a simple example.
diff --git a/doc/automake.texi b/doc/automake.texi
index e4da0b4..04c1816 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -10307,7 +10307,7 @@ DejaGnu tests (@pxref{Tests}) use 
@code{RUNTESTDEFAULTFLAGS} and
 (@pxref{Tags}) use @code{ETAGSFLAGS}, @code{AM_ETAGSFLAGS},
 @code{CTAGSFLAGS}, and @code{AM_CTAGSFLAGS}.  Java rules
 (@pxref{Java}) use @code{JAVACFLAGS} and @code{AM_JAVACFLAGS}.  None
-of these rules do support per-target flags (yet).
+of these rules supports per-target flags (yet).
 
 To some extent, even @code{AM_MAKEFLAGS} (@pxref{Subdirectories})
 obeys this naming scheme.  The slight difference is that
@@ -10404,7 +10404,7 @@ sources of the @emph{program} @code{foo}, it has 
nothing to do with
 @file{foo.c} or @file{foo-foo.o} specifically.
 
 What if @file{foo.c} needs to be compiled into @file{foo.o} using some
-specific flags, that none of the other files require?  Obviously
+specific flags, that none of the other files requires?  Obviously
 per-program flags are not directly applicable here.  Something like
 per-object flags are expected, i.e., flags that would be used only
 when creating @file{foo-foo.o}.  Automake does not support that,


hooks/post-receive
--
GNU Automake




reply via email to

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