[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: targets built to an "output" directory.
From: |
Ken Smith |
Subject: |
Re: targets built to an "output" directory. |
Date: |
Thu, 16 Sep 2004 11:51:23 -0400 |
User-agent: |
Mutt/1.5.6i |
On Thu, Sep 16, 2004 at 08:46:31PM +0900, Ian Dunbar wrote:
> default: ${OUTDIR}/conf/lang/arch/a.txt
The prerequisites of rules should typically be in constant locations
with respect to the make file. Since the prerequisite for default
contains a variable path, the requirement will move around.
What are you really trying to do here at a high level?
Ken