Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Alan Barrett <apb@netbsd.org>
List: source-changes
Date: 10/14/2007 20:22:53
Module Name:	src
Committed By:	apb
Date:		Sun Oct 14 20:22:53 UTC 2007

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

Log Message:
Make it easier for the build environment (such as a configure script)
to override the default shell:

* Rename _BASENAME_DEFSHELL to DEFSHELL_CUSTOM, because it's no longer
  always a basename, it might be a full path;
* Rename DEFSHELL to DEFSHELL_INDEX, because it's actually an index into
  an array;
* Provide symbolic names for the possible values if DEFSHELL_INDEX;
* Document how the build environment may set DEFSHELL_INDEX or
  DEFSHELL_CUSTOM to choose the default shell;
* Move the fallback definition of DEFSHELL_INDEX from config.h to job.c,
  because it's used only in job.c.

Discussed with sjg.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/usr.bin/make/config.h
cvs rdiff -r1.132 -r1.133 src/usr.bin/make/job.c

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