Home
last modified time | relevance | path

Searched refs:OP_PRECIOUS (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/bmake/
HDmake.h268 #define OP_PRECIOUS 0x00000080 /* Don't remove the target when macro
HDtarg.c482 if (allPrecious || (gn->type & (OP_PRECIOUS|OP_DOUBLEDEP))) { in Targ_Precious()
HDparse.c335 { ".PRECIOUS", Precious, OP_PRECIOUS },