Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/03/2000 03:27:04
Module Name:	basesrc
Committed By:	christos
Date:		Sun Dec  3 01:27:04 UTC 2000

Modified Files:
	basesrc/usr.bin/make: job.c

Log Message:
1. the tfile patch was incorrect. If we are doing multiple jobs, we
   try to open tfile many times, passing bad strings to mkstemp
2. remove extra semicolon after the MESSAGE macro
3. more error checking
4. be more careful about setting things to NULL after freeing.
5. fix a comment that does not apply anymore


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 basesrc/usr.bin/make/job.c

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