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.mk36 .dts.dtb: ${OP_META}
39 .dtso.dtbo: ${OP_META}
/freebsd/contrib/bmake/
H A Dmeta.c380 if (!(gn->type & OP_META)) { in meta_needed()
401 && (gn->type & (OP_MAKE | OP_META)) == 0) { in meta_needed()
501 gn->type |= OP_META; /* in case anyone wants to know */ in meta_create()
1551 if (writeMeta && (metaMissing || (gn->type & OP_META))) { in meta_oodate()
H A Dmake.h363 OP_META = 1 << 20, enumerator
H A Dmake.c160 ADD(OP_META); in GNodeType_ToString()
H A Dparse.c279 { ".META", SP_META, OP_META },