Home | History | Annotate | Download | only in make
History log of /src/tools/make/configure
RevisionDateAuthorComments
 1.9  20-Jul-2023  lukem tools/make: regen
 1.8  14-Oct-2007  apb regen
 1.7  09-Oct-2006  apb branches: 1.7.8;
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
 1.6  26-Jul-2003  salo netbsd.org->NetBSD.org
 1.5  04-Oct-2002  thorpej Check for <poll.h>. If it is not found, -DUSE_SELECT=1.
 1.4  27-Apr-2002  bjh21 Define _PATH_BSHELL to the first "sh" on the PATH when bootstrapping
nbmake. This should remove our dependency on a nobbled /bin/sh on
Solaris.
 1.3  24-Apr-2002  bjh21 Check for the location of sh on the path, and use that to construct the
value for _PATH_DEFSHELLDIR. In theory, _PATH_DEFSHELLDIR will also be
used to find csh, but ".SHELL csh" shouldn't be used anywhere in our source
tree, and this make shouldn't be used for other things.

This should cause nbmake to use the right shell for most purposes when
cross-compiling from Solaris.
 1.2  25-Jan-2002  tv Make util.c replacement functions use autoconf conditionals to probe
what is Really available in the host OS.
 1.1  15-Jan-2002  tv Break out make(1) bootstrap config into an autoconf-based mechanism that
generates a shell script. Check for existence of POSIX regex, and make
sure an appropriate library is pulled in for it as needed.
 1.7.8.1  06-Nov-2007  matt sync with HEAD

RSS XML Feed