Date: Mon, 29 Dec 2008 10:26:02 +0000 (UTC) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/make job.c job.h main.c make.1 make.h parse.c Message-ID: <200812291026.mBTAQ8pD040838@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2008-12-29 10:26:02 UTC FreeBSD src repository Modified files: usr.bin/make job.c job.h main.c make.1 make.h parse.c Log: SVN rev 186559 on 2008-12-29 10:26:02Z by obrien 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 Revision Changes Path 1.132 +16 -3 src/usr.bin/make/job.c 1.48 +1 -0 src/usr.bin/make/job.h 1.171 +10 -0 src/usr.bin/make/main.c 1.115 +26 -1 src/usr.bin/make/make.1 1.36 +2 -0 src/usr.bin/make/make.h 1.116 +2 -0 src/usr.bin/make/parse.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812291026.mBTAQ8pD040838>