summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/job.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-12-29 10:26:02 +0000
committerobrien <obrien@FreeBSD.org>2008-12-29 10:26:02 +0000
commit489c6b7af54b6bdfecf46c055927d2452f709060 (patch)
treec6e64510fb221bf014c31a9eca386fd987b8428f /usr.bin/make/job.h
parent5d8be9f4c70013a263eed7a02eff028099f7bbad (diff)
downloadFreeBSD-src-489c6b7af54b6bdfecf46c055927d2452f709060.zip
FreeBSD-src-489c6b7af54b6bdfecf46c055927d2452f709060.tar.gz
1. Add the ability to tweak the token output before targets in job mode.
E.g., .MAKE.JOB.PREFIX=${.newline}---[${.MAKE.PID}] would produce ---[1234] target --- 2. Added ${.newline} as a simple means of being able to include '\n' in the assignment of .MAKE.JOB.PREFIX Obtained from: NetBSD
Diffstat (limited to 'usr.bin/make/job.h')
-rw-r--r--usr.bin/make/job.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h
index 57c99de..31e1cb7 100644
--- a/usr.bin/make/job.h
+++ b/usr.bin/make/job.h
@@ -67,6 +67,7 @@ Boolean Job_Empty(void);
void Job_Finish(void);
void Job_Wait(void);
void Job_AbortAll(void);
+void Job_SetPrefix(void);
void Proc_Init(void);
OpenPOWER on IntegriCloud