egcs-970929: Missing SHELL

Manfred Hollstein manfred@ks.sel.alcatel.de
Wed Oct 8 04:47:00 GMT 1997


Hi there,

running make check on a system whose /bin/sh doesn't set $0 to a shell
script's full pathname, runtest will not be able find runtest.exp, and
hence the check will fail.   Setting SHELL=/anywhere/bash doesn't help
either, because the  libraries/.../Makefiles don't  add SHELL=$(SHELL)
to FLAGS_TO_PASS.

Wed Oct  8 12:40:14 1997  Manfred Hollstein US/EC4 60/1/110 #40283  <manfred@lts.sel.alcatel.de>

	* config.shared (FLAGS_TO_PASS): Add SHELL.

*** egcs-970929/libio/config.shared.orig	Wed Oct  8 13:41:51 1997
--- egcs-970929/libio/config.shared	Mon Oct  6 09:14:53 1997
*************** if [ "${SUBDIRS}" != "" ] ; then
*** 207,212 ****
--- 207,213 ----
    echo '# overrides thouh $(MAKE)) but may be needed by older versions.'
    echo ''
    echo 'FLAGS_TO_PASS= \'
+   echo '	"SHELL=$(SHELL)" \'
    echo '	"INSTALL=$(INSTALL)" \'
    echo '	"INSTALL_DATA=$(INSTALL_DATA)" \'
    echo '	"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \'

--
 Manfred Hollstein                               Alcatel, Dept. US/EC4
 < mailto:manfred@lts.sel.alcatel.de >             Lorenzstrasse 10
                                                 70435 Stuttgart
 Public PGP key on request                       Germany



More information about the Gcc-bugs mailing list