Subject: CVS commit: basesrc/usr.bin/make
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 04/27/2002 18:14:31
Module Name: basesrc
Committed By: bjh21
Date: Sat Apr 27 15:14:31 UTC 2002
Modified Files:
basesrc/usr.bin/make: compat.c main.c pathnames.h
Log Message:
Rather than hardcoding "/bin/sh", use _PATH_BSHELL. To allow bootstrapping,
provide a default for this in pathnames.h, and only include <paths.h> ifndef
MAKE_BOOTSTRAP.
To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 basesrc/usr.bin/make/compat.c
cvs rdiff -r1.83 -r1.84 basesrc/usr.bin/make/main.c
cvs rdiff -r1.8 -r1.9 basesrc/usr.bin/make/pathnames.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.