I can't test the functionality but as long as it doesn't break existing builds
I will apply it to stability. OK?
On Feb 9, 2013, at 5:50, Mario Domenech Goulart wrote:
> Hi,
>
> On Thu, 7 Feb 2013 13:11:28 +0100 Christian Kellermann
> wrote:
>
>> * felix winkelmann [130206 22:46]:
>>
>>>
Michele La Monaca writes:
> On Thu, Feb 7, 2013 at 4:55 AM, Jim Ursetto wrote:
>>
>> This is how I do it. This way you have unlimited variants, can
>> recall any of them, and can optionally set a default. Also
>> it doesn't need a patch.
>>
>> echo 'make PREFIX=/tmp PLATFORM=macosx "$@"'
Hi,
On Thu, 7 Feb 2013 13:11:28 +0100 Christian Kellermann
wrote:
> * felix winkelmann [130206 22:46]:
>
>> The attached patch removes the use of PROGRAM_PREFIX and
>> PROGRAM_SUFFIX in the include-directory name for the target "dev"
>> installation in a cross-chicken build.
>
> Thanks, I hav