Searched refs:targPrefix (Results 1 – 1 of 1) sorted by relevance
445 static char *targPrefix = NULL; /* To identify a job change in the output. */474 if (opts.maxJobs != 1 && targPrefix != NULL && targPrefix[0] != '\0') in SwitchOutputTo() 475 (void)fprintf(stdout, "%s %s ---\n", targPrefix, gn->name); in SwitchOutputTo() 2156 if (targPrefix != NULL) in Shell_Init() 2157 free(targPrefix); in Shell_Init() 2161 targPrefix = Var_Subst("${.MAKE.JOB.PREFIX}", in Shell_Init() 448 static char *targPrefix = NULL; /* To identify a job change in the output. */ global() variable