bug-make
[Top][All Lists]
Advanced

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

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


From: Matt Hodges
Subject: Problem with shell commands on Digital UNIX V4.0F.
Date: Wed, 18 Dec 2002 17:11:52 GMT

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:
        @echo FUBAR = $(FUBAR)
----------------------------------------------------------------------

are:

Version         Result

3.78.1          FUBAR = fubar
3.79.1          FUBAR = fubar
3.80            FUBAR =
3.81a1 (CVS)    FUBAR =

whereas on alpha/Linux (and I guess other platforms), version 3.80
behaves the same as 3.78.1 and 3.79.1 above.

Any help, pointers, or suggested workarounds appreciated.

Thanks,

-- 
Dr Matt Hodges
School of Chemical Sciences
University of Birmingham



reply via email to

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