Home
last modified time | relevance | path

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

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