Home
last modified time | relevance | path

Searched refs:metaIgnorePaths (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bmake/
H A Dmeta.c64 static StringList metaIgnorePaths = LST_INIT; /* paths we deliberately ignore */ variable
636 AppendWords(&metaIgnorePaths, metaIgnorePathsStr); in meta_mode_init()
854 Lst_Done(&metaIgnorePaths); in meta_finish()
942 if (has_any_prefix(p, &metaIgnorePaths)) { in meta_ignore()
949 if (has_any_prefix(fname, &metaIgnorePaths)) { in meta_ignore()
H A DChangeLog772 o meta.c: meta_ignore - check raw path against metaIgnorePaths
3213 o meta.c: apply realpath() before matching against metaIgnorePaths