Searched refs:meta_prefix (Results 1 – 1 of 1) sorted by relevance
723 static char *meta_prefix = NULL; in meta_job_output() local726 if (!meta_prefix) { in meta_job_output()729 meta_prefix = Var_Subst(NULL, "${" MAKE_META_PREFIX "}", VAR_GLOBAL, 0); in meta_job_output()730 if ((cp2 = strchr(meta_prefix, '$'))) in meta_job_output()731 meta_prefix_len = cp2 - meta_prefix; in meta_job_output()733 meta_prefix_len = strlen(meta_prefix); in meta_job_output()735 if (strncmp(cp, meta_prefix, meta_prefix_len) == 0) { in meta_job_output()