Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/tools/make
Module Name: src
Committed By: apb
Date: Mon Oct 9 20:51:05 UTC 2006
Modified Files:
src/tools/make: configure configure.ac
Log Message:
Configure the bootstrap make in such a way that it can use a shell other
than "sh" for executing commands. Useful in a cross-build environment.
* Do not define _PATH_BSHELL, because it is no longer used by make.
* In addition to _PATH_DEFSHELLDIR (the directory in which the default
shell can be found), define _BASENAME_DEFSHELL (the shell's basename).
* Use shell builtin string manipulation instead of sed to extract
the directory name and basename from $BSHELL.
OK sjg, christos
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/tools/make/configure src/tools/make/configure.ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index