Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Simon J. Gerraty <sjg@netbsd.org>
List: source-changes
Date: 08/01/2003 00:39:55
Module Name:	src
Committed By:	sjg
Date:		Fri Aug  1 00:39:55 UTC 2003

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

Log Message:
Allow .SHELL: to control the shell used by compat mode too.
Add a shell spec for ksh - a nice portable posix shell.
Document .SHELL:


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 src/usr.bin/make/compat.c
cvs rdiff -r1.14 -r1.15 src/usr.bin/make/config.h
cvs rdiff -r1.80 -r1.81 src/usr.bin/make/job.c
cvs rdiff -r1.18 -r1.19 src/usr.bin/make/job.h
cvs rdiff -r1.89 -r1.90 src/usr.bin/make/main.c
cvs rdiff -r1.82 -r1.83 src/usr.bin/make/make.1
cvs rdiff -r1.10 -r1.11 src/usr.bin/make/pathnames.h

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