Subject: CVS commit: basesrc/usr.bin/make
To: None <source-changes@netbsd.org>
From: Simon J. Gerraty <sjg@netbsd.org>
List: source-changes
Date: 10/16/2001 21:06:30
Module Name:	basesrc
Committed By:	sjg
Date:		Tue Oct 16 18:06:30 UTC 2001

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

Log Message:
When attempting to chdir to .CURDIR because Check_Cwd_Cmd says we need to
make sure that the dir actually exists.  In compat mode the corresponding
chdir simply fails and all is well - the issue only arises when playing
tricky games with the value of .CURDIR.

Reviewed: christos


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 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.