[haiku-commits] Re: haiku: hrev46116 - src/build/libpackage

  • From: Ingo Weinhold <ingo_weinhold@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 28 Sep 2013 23:36:44 +0200

On 09/28/2013 09:50 PM, Axel Dörfler wrote:
On 09/28/2013 03:08 PM, ingo_weinhold@xxxxxx wrote:
+    local defines ;
+    if ! [ Match "(^/.*)" : $(dataDir) ] {
+        dataDir = `pwd`/$(dataDir) ;
+    }

Since when does Jam support this? I thought this stuff has to be done in
a configure step before?

If you mean the `pwd`, that is just a string for Jam. It just ends up in the actions eventually where the shell happily evaluates it.

CU, Ingo


Other related posts: