Searched refs:COMP_GLOBAL (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | read.c | 70 readfile(p->rule->name, COMP_GLOBAL, NiL); 478 error((type & COMP_INCLUDE) ? 2 : 3, "%s: cannot read%s", file, (type & COMP_INCLUDE) ? " include file" : (type & COMP_GLOBAL) ? " global rules" : (type & COMP_BASE) ? " base rules" : null);
|
H A D | object.c | 1282 if (n & (COMP_BASE|COMP_FILE|COMP_GLOBAL|COMP_INCLUDE)) 1317 debug((-4, "%s%s%s%s%sprerequisite %s [%s] state [%s]", (n & COMP_DONTCARE) ? "optional " : null, (n & COMP_BASE) ? "base " : null, (n & COMP_FILE) ? "-f " : null, (n & COMP_GLOBAL) ? "-g " : null, (n & COMP_INCLUDE) ? "include " : null, s, timestr(t), timestr(tm))); 1333 if (n & (COMP_FILE|COMP_GLOBAL)) 1342 error(state.exec || state.mam.out ? -1 : 1, "%s: %sfile %s option order changed", r->name, (n & COMP_GLOBAL) ? "global " : null, s); 1349 error(state.exec || state.mam.out ? -1 : 1, "%s: %sfile %s was specified last time", r->name, (n & COMP_GLOBAL) ? "global " : null, s);
|
H A D | make.h | 252 #define COMP_GLOBAL (1<<3) /* -g prereq */ macro
|
Completed in 22 milliseconds