Re: Problem with shell commands on Digital UNIX V4.0F.

2002-12-20 Thread Ted Stern
On Thu, 19 Dec 2002, Matt Hodges wrote: Ted Stern writes: Interesting. For the bash test, try SHELL := /bin/bash --noprofile --norc If that doesn't work, try adding --posix. The --norc option makes it work. This should tell you something -- something is going on in your

Problem with shell commands on Digital UNIX V4.0F.

2002-12-18 Thread Matt Hodges
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: -- FUBAR=$(shell echo fubar) all:

Re: Problem with shell commands on Digital UNIX V4.0F.

2002-12-18 Thread Ted Stern
On Wed, 18 Dec 2002, Matt Hodges wrote: 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: snip What happens if you specify SHELL :=

Re: Problem with shell commands on Digital UNIX V4.0F.

2002-12-18 Thread Ted Stern
On Wed, 18 Dec 2002, Matt Hodges wrote: 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

Re: Problem with shell commands on Digital UNIX V4.0F.

2002-12-18 Thread Matt Hodges
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

Re: Problem with shell commands on Digital UNIX V4.0F.

2002-12-18 Thread Paul D. Smith
I can't imagine what the problem might be... certainly bash works fine for me with GNU make on Linux and Solaris... -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org