Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/
H A Dmeta.c59 static Lst metaIgnorePaths; /* paths we deliberately ignore */ variable
626 metaIgnorePaths = Lst_Init(FALSE); in meta_mode_init()
633 str2Lst_Append(metaIgnorePaths, metaIgnorePathsStr, NULL); in meta_mode_init()
819 Lst_Destroy(metaIgnorePaths, NULL); in meta_finish()
1260 if (Lst_ForEach(metaIgnorePaths, prefix_match, fname1)) { in meta_oodate()
/dports/devel/bmake/bmake/
H A Dmeta.c60 static StringList metaIgnorePaths = LST_INIT; /* paths we deliberately ignore */ variable
650 str2Lst_Append(&metaIgnorePaths, metaIgnorePathsStr); in meta_mode_init()
901 Lst_Done(&metaIgnorePaths); in meta_finish()
989 if (has_any_prefix(fname, &metaIgnorePaths)) { in meta_ignore()
H A DChangeLog1579 o meta.c: apply realpath() before matching against metaIgnorePaths