[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Variable assignation in a target
From: |
Gauvain Pocentek |
Subject: |
Variable assignation in a target |
Date: |
Sat, 16 Dec 2006 12:03:29 +0100 |
User-agent: |
Thunderbird 1.5.0.8 (X11/20061115) |
Hi,
I try to define a variable this way:
-----
config.status-%:
DEB_BUILDDIR_$* ?= build-$*
----
But it doesn't work, DEB_BUILDDIR_$* is understood as a command by make.
How could I define this variable?
Should I define it outside a target? I tried this as well, but can't
seem to make it work.
Thanks,
Gauvain
- Variable assignation in a target,
Gauvain Pocentek <=