On Mon, 2012-06-11 at 18:40 +0200, Stefano Lattarini wrote:
> The GNU make 3.82 manual reads:
>
> Normally, this is exactly what you want: if a target's prerequisite
> is updated, then the target should also be updated.
>
> Occasionally, however, you have a situation where you want to
On Mon, Jun 11, 2012 at 12:53 PM, Stefano Lattarini
wrote:
...
> I was hoping to be able to the order-only prerequisites to enforce ordering
> between .PHONY targets. At this point, I guess I should state the problem
> I am trying to solve rather than just the attempts I've made at solving it.
>
On 06/11/2012 07:03 PM, Philip Guenther wrote:
> On Mon, Jun 11, 2012 at 9:40 AM, Stefano Lattarini
> wrote:
>> The GNU make 3.82 manual reads:
>>
>>Normally, this is exactly what you want: if a target's prerequisite
>>is updated, then the target should also be updated.
>>
>>Occasional
On Mon, Jun 11, 2012 at 9:40 AM, Stefano Lattarini
wrote:
> The GNU make 3.82 manual reads:
>
> Normally, this is exactly what you want: if a target's prerequisite
> is updated, then the target should also be updated.
>
> Occasionally, however, you have a situation where you want to impos
The GNU make 3.82 manual reads:
Normally, this is exactly what you want: if a target's prerequisite
is updated, then the target should also be updated.
Occasionally, however, you have a situation where you want to impose
a specific ordering on the rules to be invoked without forci