Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 11/11/2006 22:07:37
Module Name:	src
Committed By:	dsl
Date:		Sat Nov 11 22:07:37 UTC 2006

Modified Files:
	src/usr.bin/make: main.c

Log Message:
If the last 3 bytes of the debug filename supplied with -DFxxxx are .%d then
replace the %d with getpid().
Allows the trace files for different make process is a big recursive make
to be written to different files - and have a slight chance of being useful.


To generate a diff of this commit:
cvs rdiff -r1.135 -r1.136 src/usr.bin/make/main.c

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