[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-183-g
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-183-g8f3f7d7 |
Date: |
Wed, 18 Aug 2010 10:09:10 +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=8f3f7d7a35a2e11b0979c8710b5205706e4c8b7b
The branch, maint has been updated
via 8f3f7d7a35a2e11b0979c8710b5205706e4c8b7b (commit)
via 92783d30b5696a08412ef98d1bdf886b65829ed8 (commit)
from 1194808ca559ccbf0fef1c3754bac334591d6f4f (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 8f3f7d7a35a2e11b0979c8710b5205706e4c8b7b
Author: Stefano Lattarini <address@hidden>
Date: Tue Aug 17 22:19:08 2010 +0200
Docs: clarify how to avoid automatic dependencies tracking.
* doc/automake.texi (Automatic dependency tracking): Mention that
automatic dependencies tracking is enabled by default, but that
the package developer can disable it altogether. Add a reference
to the proper section for a more in-depth explanation.
commit 92783d30b5696a08412ef98d1bdf886b65829ed8
Author: Stefano Lattarini <address@hidden>
Date: Tue Aug 17 19:23:47 2010 +0200
Fix typo in manual (`Makefile.in' instead of `Makefile.am').
* doc/automake.texi (Automatic dependency tracking): Fix typo.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 12 ++++++++++++
doc/automake.texi | 6 +++++-
2 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 15b6a86..9a13907 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2010-08-17 Stefano Lattarini <address@hidden>
+ Ralf Wildenhues <address@hidden>
+
+ Docs: clarify how to avoid automatic dependencies tracking.
+ * doc/automake.texi (Automatic dependency tracking): Mention that
+ automatic dependencies tracking is enabled by default, but that
+ the package developer can disable it altogether. Add a reference
+ to the proper section for a more in-depth explanation.
+
+ Fix typo in manual (`Makefile.in' instead of `Makefile.am').
+ * doc/automake.texi (Automatic dependency tracking): Fix typo.
+
2010-08-16 Bruno Haible <address@hidden>
Don't hide the table of contents.
diff --git a/doc/automake.texi b/doc/automake.texi
index bd0e6b3..4d29513 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -1247,6 +1247,10 @@ source being compiled). Later, any time @command{make}
is run and a
dependency appears to have changed, the dependent files will be
rebuilt.
+Automake generates code for automatic dependency tracking by default,
+unless the developer chooses to override it; for more information,
address@hidden
+
When @command{configure} is executed, you can see it probing each
compiler for the dependency mechanism it supports (several mechanisms
can be used):
@@ -6769,7 +6773,7 @@ vs.@: @code{LIBOBJS}, autoconf, The Autoconf Manual})
@section Automatic dependency tracking
As a developer it is often painful to continually update the
address@hidden whenever the include-file dependencies change in a
address@hidden whenever the include-file dependencies change in a
project. Automake supplies a way to automatically track dependency
changes (@pxref{Dependency Tracking}).
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-183-g8f3f7d7,
Stefano Lattarini <=