]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
1. Add the ability to tweak the token output before targets in job mode.
authorobrien <obrien@FreeBSD.org>
Mon, 29 Dec 2008 10:26:02 +0000 (10:26 +0000)
committerobrien <obrien@FreeBSD.org>
Mon, 29 Dec 2008 10:26:02 +0000 (10:26 +0000)
commit489c6b7af54b6bdfecf46c055927d2452f709060
treec6e64510fb221bf014c31a9eca386fd987b8428f
parent5d8be9f4c70013a263eed7a02eff028099f7bbad
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
usr.bin/make/job.c
usr.bin/make/job.h
usr.bin/make/main.c
usr.bin/make/make.1
usr.bin/make/make.h
usr.bin/make/parse.c