Home | History | Annotate | Download | only in make

Lines Matching defs:oodate

268 	bool oodate;
309 oodate = false;
317 oodate = (gn->mtime == 0 || Arch_LibOODate(gn) ||
328 oodate = gn->flags.childMade;
343 oodate = true;
345 oodate = true;
358 oodate = gn->flags.force;
363 oodate = meta_oodate(gn, oodate);
373 if (!oodate) {
379 return oodate;
818 * Add a child's name to the ALLSRC and OODATE variables of the given
825 * A child is added to the OODATE variable if its modification time is
827 * parent is a .JOIN node. In that case, it is only added to the OODATE
863 Var_Append(pgn, OODATE, child);
868 * It goes in the OODATE variable if the parent is
877 * relies on the OODATE variable will be hosed.
880 * the OODATE variable, even if they're not touched,
885 Var_Append(pgn, OODATE, child);
890 * Set up the ALLSRC and OODATE variables. Sad to say, it must be
892 * because Make defined OODATE to contain all sources whose modification
915 if (!Var_Exists(gn, OODATE))
916 Var_Set(gn, OODATE, "");