]> rtime.felk.cvut.cz Git - omk.git/commitdiff
doc: Reformulation of "Dependency Tracking"
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 21 Sep 2010 20:38:24 +0000 (22:38 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 21 Sep 2010 20:38:24 +0000 (22:38 +0200)
doc/omk-manual.texinfo

index 7849dc28bb717b934096f21b9b3bf3f96c1ceb96..2f6beed5b8b427fdf8e2a8c3cd67ad1a06b5cfec 100644 (file)
@@ -557,10 +557,10 @@ You can instruct OMK to descend to a (sub)directory by setting the
 @node Dependency Tracking, Configuration and Conditional Compilation, Multiple Directories, User's Manual
 @section Dependency Tracking
 
-OMK automatically handles tracking of dependencies of files in compiled
-projects. It uses gcc's @option{-M@var{x}} options to do this for object
-files. This way, whenever you change some header file, OMK recompiles
-only those files, where the changed header was really included.
+OMK automatically tracks dependencies of files in the project.
+Dependencies of object files are produced with gcc's @option{-M@var{x}}
+options. This means that whenever a header file is changed, OMK
+recompiles only those files, which included that file.
 
 Dependencies are also maintained for libraries and binaries. To find the
 dependencies, OMK parses linker map files, so a change to some library