OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 22 13:09:56 GMT 2025