Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/make
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.
Home |
Main Index |
Thread Index |
Old Index