mirror of
https://github.com/reactos/ninja.git
synced 2024-11-23 03:39:48 +00:00
Merge pull request #1907 from aDotInTheVoid/patch-1
Clarify purpose for implicit dependencies
This commit is contained in:
commit
ac0fe07d9e
@ -980,8 +980,9 @@ source file of a compile command.
|
||||
+
|
||||
This is for expressing dependencies that don't show up on the
|
||||
command line of the command; for example, for a rule that runs a
|
||||
script, the script itself should be an implicit dependency, as
|
||||
changes to the script should cause the output to rebuild.
|
||||
script that reads a hardcoded file, the hardcoded file should
|
||||
be an implicit dependency, as changes to the file should cause
|
||||
the output to rebuild, even though it doesn't show up in the arguments.
|
||||
+
|
||||
Note that dependencies as loaded through depfiles have slightly different
|
||||
semantics, as described in the <<ref_rule,rule reference>>.
|
||||
|
Loading…
Reference in New Issue
Block a user