[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, branch-1.11, updated. v1.11
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, branch-1.11, updated. v1.11.1-184-g6750c3d |
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=6750c3d10a7369c6320acb76e6083adc1ac3ab92
The branch, branch-1.11 has been updated
via 6750c3d10a7369c6320acb76e6083adc1ac3ab92 (commit)
via b9ca02b7f572fb32fd87aa89b6f802d596738e85 (commit)
from 87e7b23b2a1130f4d81ff998bba6bd46f2467c73 (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 6750c3d10a7369c6320acb76e6083adc1ac3ab92
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 b9ca02b7f572fb32fd87aa89b6f802d596738e85
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 8148065..3e4ad13 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 b78d0ae..6815904 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, branch-1.11, updated. v1.11.1-184-g6750c3d,
Stefano Lattarini <=