File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1259,6 +1259,16 @@ implicit inputs and/or outputs. Ninja will update the build graph
12591259accordingly and the build will proceed as if the information was known
12601260originally.
12611261
1262+ A dyndep file may only affect dependent portions of the build graph,
1263+ i.e., the set of build statements that specify the file as a `dyndep`
1264+ binding, or build statements known by the _original_ build manifest
1265+ to depend directly or indirectly on at least one member of that set.
1266+ In particular, dynamically discovered outputs of a build statement
1267+ may not correspond to inputs of build statements that were originally
1268+ independent of the dyndep file. In other words, a dyndep file may
1269+ not change the build graph in a way that causes up-to-date build
1270+ statements to become out-of-date.
1271+
12621272Dyndep file reference
12631273~~~~~~~~~~~~~~~~~~~~~
12641274
You can’t perform that action at this time.
0 commit comments