From eb8aece54c19af2dc88581f549477211b7e3d60c Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 17 Aug 2010 22:19:08 +0200 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ doc/automake.texi | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0581aed8a..2ebac07c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ 2010-08-17 Stefano Lattarini + Ralf Wildenhues + + 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. diff --git a/doc/automake.texi b/doc/automake.texi index 0aa1b12f2..45d398fcb 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, +@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): -- 2.47.2