Home
last modified time | relevance | path

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

/dports/devel/bmake/bmake/
H A Dmeta.c435 if (!(gn->type & OP_META)) { in meta_needed()
447 if ((gn->type & (OP_META|OP_SUBMAKE)) == OP_SUBMAKE) { in meta_needed()
549 gn->type |= OP_META; /* in case anyone wants to know */ in meta_create()
1593 if (writeMeta && (metaMissing || (gn->type & OP_META))) { in meta_oodate()
H A Dmake.h288 OP_META = 1 << 20, enumerator
H A Dmake.c148 OP_NOMETA, OP_META, OP_NOMETA_CMP, OP_SUBMAKE,
H A Dparse.c299 { ".META", SP_META, OP_META },
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/
H A Dmake.h280 #define OP_META 0x00100000 /* .META we _do_ want a .meta file */ macro
H A Dmeta.c404 if (!(gn->type & OP_META)) { in meta_needed()
417 if ((gn->type & (OP_META|OP_SUBMAKE)) == OP_SUBMAKE) { in meta_needed()
528 gn->type |= OP_META; /* in case anyone wants to know */ in meta_create()
H A Dparse.c314 { ".META", Meta, OP_META },