bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Matt Hodges
Subject: Re: Problem with shell commands on Digital UNIX V4.0F.
Date: Wed, 18 Dec 2002 20:49:49 +0000

>>>>> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]