bug-make
[Top][All Lists]
Advanced

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

Solaris make and dynamic dependancies


From: Sean Bennett
Subject: Solaris make and dynamic dependancies
Date: Mon, 18 Jun 2001 16:50:58 +0100
User-agent: Mutt/1.2.5i

Imagine a makefile that looks like this :
(this make file does nothing appart from print 'foo' out :) )
------
bar: $${ACE_PATH}

ACE_PATH=$(L)/zulu

$(ACE_PATH):
        echo "foo"
------

Under Solaris Make this code runs aok...

Under Gnu Make it cannot fine '$(ACE_PATH)...

This appears to be a similar problem to :
http://mail.gnu.org/pipemail/bug-make/1998-December/001471.html

Is this a fixed feature of gnumake? or can I rewrite the above make file
to cope with that structure?

        Sean Bennett



reply via email to

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