>>>>> Ted Stern writes:
> > I'm having problems building a program on Digital UNIX V4.0F, and
> > it seems to boil down to the following observed behaviour on this
> > platform. The results from issuing `make' with this makefile:
> What happens if you specify
> SHELL := /bin/ksh
OK, here's a chart:
+---------------+---------------+---------------+---------------+
|Make version |/bin/sh |/bin/bash |/bin/ksh |
+---------------+---------------+---------------+---------------+
|3.78.1 |FUBAR = fubar |FUBAR = fubar |FUBAR = fubar |
+---------------+---------------+---------------+---------------+
|3.79.1 |FUBAR = fubar |FUBAR = fubar |FUBAR = fubar |
+---------------+---------------+---------------+---------------+
|3.80 |FUBAR = fubar |FUBAR = |FUBAR = fubar |
+---------------+---------------+---------------+---------------+
|3.81a1 |FUBAR = fubar |FUBAR = |FUBAR = fubar |
+---------------+---------------+---------------+---------------+
This was with bash version 2.03, but there was no difference with the
latest release, 2.05b.
Thanks.
Matt
_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make