Searched refs:IGNORECHANGE (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/nmake/
H A Drule.c438 * NOTE: IGNORECHANGE(r,q) prerequisites are ignored in the comparison
441 #define IGNORECHANGE(r,q) (((q)->property & (P_joint|P_ignore)) || ((q)->dynamic & D_alias) && getrule((q)->name) == r) macro
462 if (IGNORECHANGE(r, newprereqs->rule))
466 if (IGNORECHANGE(r, oldprereqs->rule))
479 else if (oldprereqs && IGNORECHANGE(r, oldprereqs->rule))

Completed in 13 milliseconds