[Top][All Lists]
[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-248-g72d358a |
Date: |
Mon, 29 Dec 2008 19:34:30 +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=72d358a957c7c5368c5618910ad1a098e1620e5d
The branch, master has been updated
via 72d358a957c7c5368c5618910ad1a098e1620e5d (commit)
from 0fb020fa6e1959f06f44427f4b6b0ca99e0a2745 (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 72d358a957c7c5368c5618910ad1a098e1620e5d
Author: Chris Pickett <address@hidden>
Date: Mon Dec 29 20:32:56 2008 +0100
Clarify overriding of `*_DEPENDENCIES' in LIBOBJS node.
* doc/automake.texi (LIBOBJS): Clarify overriding of
`*_DEPENDENCIES'.
* THANKS: Update.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
THANKS | 1 +
doc/automake.texi | 4 +++-
3 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 173afd2..d7a729f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-29 Chris Pickett <address@hidden> (tiny change)
+
+ * doc/automake.texi (LIBOBJS): Clarify overriding of
+ `*_DEPENDENCIES'.
+ * THANKS: Update.
+
2008-12-21 Ralf Wildenhues <address@hidden>
Revamp semantics for `missing help2man' and manpage distribution.
diff --git a/THANKS b/THANKS
index cb147d9..b415eab 100644
--- a/THANKS
+++ b/THANKS
@@ -52,6 +52,7 @@ Bruce Korb address@hidden
Bruno Haible address@hidden
Carsten Lohrke address@hidden
Charles Wilson address@hidden
+Chris Pickett address@hidden
Chris Provenzano address@hidden
Christian Cornelssen address@hidden
Claudio Fontana address@hidden
diff --git a/doc/automake.texi b/doc/automake.texi
index 3a1d1ac..ce4cbcc 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -5732,7 +5732,9 @@ However there is no need to list the corresponding
sources in
automatically adds @samp{$(LIBOBJS)} and @samp{$(ALLOCA)} to the
dependencies, and it will discover the list of corresponding source
files automatically (by tracing the invocations of the
address@hidden Autoconf macros).
address@hidden Autoconf macros). However, if you have already
+defined @samp{*_DEPENDENCIES} explicitly for an unrelated reason, then
+you have to add these variables manually.
These variables are usually used to build a portability library that
is linked with all the programs of the project. We now review a
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-248-g72d358a,
Ralf Wildenhues <=