]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Docs: clarify how to avoid automatic dependencies tracking.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 17 Aug 2010 20:19:08 +0000 (22:19 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 18 Aug 2010 09:55:18 +0000 (11:55 +0200)
* 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.

ChangeLog
doc/automake.texi

index 0581aed8aef0a9f6a9f7bf040aefc7149adbdaf7..2ebac07c99488e7c2e737bc71f0123c5dd271baa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
 2010-08-17  Stefano Lattarini  <stefano.lattarini@gmail.com>
+           Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       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.
index 0aa1b12f2477287833b710f4d9a2f3042804ed2e..45d398fcb09c73dd8e21e2ab5a2309e1872304e7 100644 (file)
@@ -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,
+@pxref{Dependencies}.
+
 When @command{configure} is executed, you can see it probing each
 compiler for the dependency mechanism it supports (several mechanisms
 can be used):