NetBSD/gnu/dist
apb 9a724f1a2d Use ${HOST_SH} instead of the host system's /bin/sh wherever possible:
* Don't use GROFF_CSH_HACK.  It would change the "#! /bin/sh" to just
  ":", and this causes trouble for some shells.  For example, if
  CONFIG_SHELL=/bin/ksh, when the groff build uses ${CONFIG_SHELL} to
  run a script that has been modified in this way, ksh sees the ":" and
  decided to run the script under /bin/sh instead.

* Use SH_SCRIPT_SED_CMD="1s,/bin/sh,${CONFIG_SHELL},"
  to edit the "#! /bin/sh" line, to ensure that scripts
  are always run under the correct shell.
2006-09-29 20:19:40 +00:00
..
autoconf
bc
binutils Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 20:12:32 +00:00
diffutils
gawk
gcc Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 20:11:07 +00:00
gcc4 Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 20:11:07 +00:00
gdb Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 20:12:32 +00:00
gdb6 Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 20:12:32 +00:00
gettext
gmake Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 20:08:36 +00:00
grep
groff Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 20:19:40 +00:00
postfix
texinfo Use ${HOST_SH} instead of the host system's /bin/sh wherever possible: 2006-09-29 20:08:36 +00:00
xcvs