Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Simon J. Gerraty <sjg@netbsd.org>
List: source-changes
Date: 10/01/2007 22:14:12
Module Name:	src
Committed By:	sjg
Date:		Mon Oct  1 22:14:12 UTC 2007

Modified Files:
	src/usr.bin/make: job.c job.h main.c make.1 make.h parse.c

Log Message:
Add the ability to tweak the token output before targets in job mode.
Eg.
.MAKE.JOB.PREFIX=${.newline}---${.MAKE:T}[${.MAKE.PID}]
would produce
---make[1234] target ---


To generate a diff of this commit:
cvs rdiff -r1.124 -r1.125 src/usr.bin/make/job.c
cvs rdiff -r1.33 -r1.34 src/usr.bin/make/job.h
cvs rdiff -r1.141 -r1.142 src/usr.bin/make/main.c
cvs rdiff -r1.131 -r1.132 src/usr.bin/make/make.1
cvs rdiff -r1.67 -r1.68 src/usr.bin/make/make.h
cvs rdiff -r1.134 -r1.135 src/usr.bin/make/parse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.