Home
last modified time | relevance | path

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

/trueos/contrib/bmake/
HDmeta.c315 static char *p_make = NULL; in is_submake() local
324 if (!p_make) { in is_submake()
325 p_make = Var_Value(".MAKE", gn, &cp); in is_submake()
326 p_len = strlen(p_make); in is_submake()
333 cp2 = strstr(cmd, p_make); in is_submake()