[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Concurrent extraction of convenience-library components on OS X
From: |
Ralf Wildenhues |
Subject: |
Re: Concurrent extraction of convenience-library components on OS X |
Date: |
Tue, 19 May 2009 23:37:04 +0200 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
* Akim Demaille wrote on Tue, May 19, 2009 at 08:45:09AM CEST:
> Le 18 mai 09 à 23:31, Ralf Wildenhues a écrit :
>
>> Can you work around this issue for the moment with an order-only
>> prerequisite? (I'm assuming Darwin uses GNU make only, is that true?)
>> For example, you could put this in GNUmakefile:
>>
>> include Makefile
>> muxer/muxer.la : | runner/runner.la
>
> I was not aware of this feature, thanks a lot! Automake doesn't even
> complain (we already require GNU Make).
I suppose it should complain with -Wportability. It currently doesn't
because I guess it's not smart enough to detect this. Oh well, that
would be a low-priority TODO item.
Cheers,
Ralf