Lines Matching defs:made
206 * The successful path when dependencies need to be made first:
209 * A node that has dependencies, and one of the dependencies cannot be made:
220 * dependencies have to be made first.
228 * The node is already being made. Trying to build a node in this
233 /* Was out-of-date and has been made. */
235 /* Was already up-to-date, does not need to be made. */
238 * An error occurred while it was being made. Used only in compat
252 * should be made.
310 /* Assume the children of the node have been already made. */
332 * made first, including its children. Once that is finished,
333 * source2 is made, including its children. The .WAIT keyword may
385 /* this target needs to be (re)made */
387 /* children of this target were made */
389 /* children don't exist, and we pretend made */
416 * A graph node represents a target that can possibly be made, including its
442 GNodeMade made;
469 * .ORDER nodes we need made. The nodes that must be made (if they're
470 * made) before this node can be made, but that do not enter into the
475 * .ORDER nodes who need us. The nodes that must be made (if they're
476 * made at all) after this node is made, but that do not depend on
788 * Randomize the order in which the targets from toBeMade are made,
1099 return gn->flags.remake && gn->made <= REQUESTED;
1105 return gn->made > DEFERRED;
1111 return gn->made >= MADE;
1117 return gn->made == ERROR || gn->made == ABORTED;