Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 06/17/2005 19:25:20
Module Name:	src
Committed By:	jmc
Date:		Fri Jun 17 19:25:20 UTC 2005

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

Log Message:
Add new debugging option '-dn' which will leave the scripts fed into make on
-j jobs in /tmp for debugging purposes. Add a note to the man page that
this could cause problems if run a lot (due to the number of files created)


To generate a diff of this commit:
cvs rdiff -r1.93 -r1.94 src/usr.bin/make/job.c
cvs rdiff -r1.108 -r1.109 src/usr.bin/make/main.c
cvs rdiff -r1.110 -r1.111 src/usr.bin/make/make.1
cvs rdiff -r1.54 -r1.55 src/usr.bin/make/make.h

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