Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Dmeta.c60 static StringList metaIgnorePaths = LST_INIT; /* paths we deliberately ignore */ variable
632 str2Lst_Append(&metaIgnorePaths, metaIgnorePathsStr); in meta_mode_init()
855 Lst_Done(&metaIgnorePaths); in meta_finish()
943 if (has_any_prefix(fname, &metaIgnorePaths)) { in meta_ignore()
H A DChangeLog2387 o meta.c: apply realpath() before matching against metaIgnorePaths