HomeSort by: relevance | last modified time | path
    Searched refs:oodate (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/make/unit-tests/
dep-double-colon-indep.exp 1 : 'Making 1400 dep-double-colon-1300 from dep-double-colon-1400 oodate dep-double-colon-1400'
2 : 'Making 1500 dep-double-colon-1300 from dep-double-colon-1500 oodate dep-double-colon-1500'
dep-double-colon-indep.exp 1 : 'Making 1400 dep-double-colon-1300 from dep-double-colon-1400 oodate dep-double-colon-1400'
2 : 'Making 1500 dep-double-colon-1300 from dep-double-colon-1500 oodate dep-double-colon-1500'
dep-double-colon-indep.mk 26 : 'Making 1200 ${.TARGET} from ${.ALLSRC} oodate ${.OODATE}'
29 : 'Making 1400 ${.TARGET} from ${.ALLSRC} oodate ${.OODATE}'
32 : 'Making 1500 ${.TARGET} from ${.ALLSRC} oodate ${.OODATE}'
dep-double-colon-indep.mk 26 : 'Making 1200 ${.TARGET} from ${.ALLSRC} oodate ${.OODATE}'
29 : 'Making 1400 ${.TARGET} from ${.ALLSRC} oodate ${.OODATE}'
32 : 'Making 1500 ${.TARGET} from ${.ALLSRC} oodate ${.OODATE}'
  /src/usr.bin/make/
meta.c 76 static bool metaMissing = false; /* oodate if missing */
77 static bool filemonMissing = false; /* oodate if missing */
511 fprintf(fp, "OODATE %s\n", cp);
1003 * Setting oodate true will have that effect.
1007 oodate = true; \
1060 meta_oodate(GNode *gn, bool oodate)
1085 if (oodate)
1086 return oodate; /* we're done */
1146 while (!oodate && (x = fgetLine(&buf, &bufsz, 0, fp)) > 0) {
1152 oodate = true
    [all...]
meta.c 76 static bool metaMissing = false; /* oodate if missing */
77 static bool filemonMissing = false; /* oodate if missing */
511 fprintf(fp, "OODATE %s\n", cp);
1003 * Setting oodate true will have that effect.
1007 oodate = true; \
1060 meta_oodate(GNode *gn, bool oodate)
1085 if (oodate)
1086 return oodate; /* we're done */
1146 while (!oodate && (x = fgetLine(&buf, &bufsz, 0, fp)) > 0) {
1152 oodate = true
    [all...]
make.c 268 bool oodate; local in function:GNode_IsOODate
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) {
    [all...]
make.c 268 bool oodate; local in function:GNode_IsOODate
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) {
    [all...]

Completed in 30 milliseconds