Home
last modified time | relevance | path

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

/freebsd/sys/conf/
H A Ddtb.build.mk39 .dts.dtb: ${OP_META}
42 .dtso.dtbo: ${OP_META}
/freebsd/contrib/bmake/
H A Dmeta.c421 if (!(gn->type & OP_META)) { in meta_needed()
433 if ((gn->type & (OP_META|OP_SUBMAKE)) == OP_SUBMAKE) { in meta_needed()
535 gn->type |= OP_META; /* in case anyone wants to know */ in meta_create()
1590 if (writeMeta && (metaMissing || (gn->type & OP_META))) { in meta_oodate()
H A Dmake.h363 OP_META = 1 << 20, enumerator
H A Dmake.c157 ADD(OP_META); in GNodeType_ToString()
H A Dparse.c279 { ".META", SP_META, OP_META },