Home
last modified time | relevance | path

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

/minix/usr.bin/make/
H A Dmake.h275 #define OP_NOMETA_CMP 0x00200000 /* Do not compare commands in .meta file */ macro
H A Dmeta.c1343 !(gn->type & OP_NOMETA_CMP) && in meta_oodate()
H A Dparse.c317 { ".NOMETA_CMP", NoMetaCmp, OP_NOMETA_CMP },