[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: target variable ($@) as prerequisite
From: |
ulugutz |
Subject: |
Re: target variable ($@) as prerequisite |
Date: |
Thu, 27 Jan 2011 01:59:48 -0800 (PST) |
Oleksandr Gavenko-2 wrote:
>
>
>> Oleksandr Gavenko-2 wrote:
>
>>>> how can you for example do this
>>>> ------------------------------------
>>>> PICS=%.pdf
>>>>
>>>> all: PICS
>>>> PICS: $(@:pdf=.png)
>>>> do something
>>>> ------------------------------------
>
> No. You wrong. Only that .pdf for which .png was changed.
>
>
nope i am right. every target has the same dependency list. you agree with
that, right? so if one timestamp of the dependencies changes all PDFs are
out of date :-/
i want to have only the png associated to the target in the dependency list.
--
View this message in context:
http://old.nabble.com/target-variable-%28%24%40%29-as-prerequisite-tp30764986p30775747.html
Sent from the Gnu - Make - Help mailing list archive at Nabble.com.
- target variable ($@) as prerequisite, ulugutz, 2011/01/26
- Re: target variable ($@) as prerequisite, Oleksandr Gavenko, 2011/01/26
- Re: target variable ($@) as prerequisite, ulugutz, 2011/01/26
- Re: target variable ($@) as prerequisite, Oleksandr Gavenko, 2011/01/26
- Re: target variable ($@) as prerequisite,
ulugutz <=
- Re: target variable ($@) as prerequisite, Oleksandr Gavenko, 2011/01/27
- Re: target variable ($@) as prerequisite, ulugutz, 2011/01/27
- Re: target variable ($@) as prerequisite, Oleksandr Gavenko, 2011/01/27
- Re: target variable ($@) as prerequisite, ulugutz, 2011/01/29
- [fixed] Re: target variable ($@) as prerequisite, ulugutz, 2011/01/30