HomeSort by: relevance | last modified time | path
    Searched defs:targPrefix (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/make/
job.c 500 static char *targPrefix = NULL; /* To identify a job change in the output. */
529 if (opts.maxJobs != 1 && targPrefix != NULL && targPrefix[0] != '\0')
530 (void)fprintf(stdout, "%s %s ---\n", targPrefix, gn->name);
2085 if (targPrefix != NULL)
2086 free(targPrefix);
2090 targPrefix = Var_Subst("${.MAKE.JOB.PREFIX}",

Completed in 14 milliseconds