Home
last modified time | relevance | path

Searched refs:OP_JOIN (Results 1 – 5 of 5) sorted by relevance

/minix/usr.bin/make/
H A Dmake.c223 if ((gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC)) == 0) { in Make_OODate()
269 } else if (gn->type & OP_JOIN) { in Make_OODate()
903 if (cgn->type & OP_JOIN) { in MakeAddAllSrc()
912 if (pgn->type & OP_JOIN) { in MakeAddAllSrc()
981 if (gn->type & OP_JOIN) { in Make_DoAllVar()
1138 if (gn->type & OP_JOIN) { in MakeStartJobs()
H A Dmake.h259 #define OP_JOIN 0x00000400 /* Target is out-of-date only if any of its macro
H A Dtarg.c648 if (! (gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC))) { in Targ_PrintNode()
H A Djob.c1131 if (gn->type & (OP_JOIN|OP_USE|OP_USEBEFORE|OP_EXEC|OP_OPTIONAL| in Job_Touch()
2572 if ((gn->type & (OP_JOIN|OP_PHONY)) == 0 && !Targ_Precious(gn)) { in JobInterrupt()
H A Dparse.c308 { ".JOIN", Attribute, OP_JOIN },