Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gmake/dist/
H A Ddep.h45 unsigned int need_2nd_expansion : 1; member
H A Dfile.c480 if (! d->need_2nd_expansion) in expand_deps()
586 d1->need_2nd_expansion = 0; in expand_deps()
H A Dimplicit.c518 if (dep->need_2nd_expansion) in pattern_search()
H A Dread.c1961 this->need_2nd_expansion = (second_expansion in record_files()
2126 deps->need_2nd_expansion = second_expansion; in record_files()
H A DChangeLog846 * dep.h: Add a new boolean field, need_2nd_expansion.
849 check if the name contains a "$"; if so set need_2nd_expansion to 1.
851 converted to "$*" so set need_2nd_expansion to 1.
855 variable_expand_for_file() if the need_2nd_expansion is set.
857 * implicit.c (pattern_search): Default need_2nd_expansion to 0.