]> 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:54:56 +0000 (11:54 +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 8226a5f25842d9d435b4f8073c71e31a40f75f7b..9a139079442631cbd2507bfb326dfe460cd3295e 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 39c05cd99705dcf9b457a9fa16f6501e1ac405a5..4d2951312baf2a13ebf140c6e64845b7ae181b21 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):