Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmeta.h55 bool meta_oodate(GNode *, bool) MAKE_ATTR_USE;
H A DChangeLog1793 o meta.c: reduce memory allocation in meta_oodate
1924 o meta.c: simplify memory allocation in meta_create and meta_oodate
2024 o meta.c: inline Lst_Find in meta_oodate
2025 make Lst_RemoveIf simpler in meta_oodate
2570 o meta.c: meta_oodate, CHECK_VALID_META is too aggressive for CMD
2583 o meta.c: meta_oodate, check for corrupted meta file
2952 o meta_oodate: apply .MAKE.META.IGNORE_FILTER (if defined) to
3082 o meta.c: meta_oodate: use lstat(2) for checking link target
3134 o meta.c: meta_oodate, do not hard code ignore of makeDependfile
3287 o meta.c: meta_oodate
[all...]
H A Dmake.c360 oodate = meta_oodate(gn, oodate); in GNode_IsOODate()
H A Dmeta.c1074 meta_oodate(GNode *gn, bool oodate) in meta_oodate() function
/freebsd/contrib/bmake/mk/
H A DChangeLog1594 meta_oodate to look at all the Makefile.depend files, so