gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Cause of problem with test suite on OpenBSD


From: strk
Subject: Re: [Gnash-dev] Cause of problem with test suite on OpenBSD
Date: Wed, 22 Dec 2010 12:08:16 +0100

On Wed, Dec 22, 2010 at 11:37:24AM +0100, Petter Reinholdtsen wrote:
> I had a look at the failing test suite on OpenBSD, and was able to
> find the cause.  Entries like this do not work with BSD make:
> 
>   abs_srcdir=$(shell cd $(srcdir); pwd)

Using backticks have other problems
(isn't evaluated by make, see recent log history).

I read this syntax:

 VAR != < shell command to execute >

Here:

 http://www.khmere.com/freebsd_book/html/ch01.html

Haven't tried with gnu make

--strk;

  ()   Free GIS & Flash consultant/developer
  /\   http://strk.keybit.net/services.html



reply via email to

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