Am 28.08.2012 14:40, schrieb Yves Blusseau:
> Le 27/08/2012 20:28, KP Kirchdoerfer a écrit :
>> Am 26.08.2012 19:33, schrieb Yves Blusseau:
>>> Hi all,
>>>
>>> i have added a new tool: tool/setup-builddir and associate a makefile
>>> variable to it: $(BT_SETUP_BUILDDIR)
>>>
>>> This tool help to u
Le 27/08/2012 20:28, KP Kirchdoerfer a écrit :
> Am 26.08.2012 19:33, schrieb Yves Blusseau:
>> Hi all,
>>
>> i have added a new tool: tool/setup-builddir and associate a makefile
>> variable to it: $(BT_SETUP_BUILDDIR)
>>
>> This tool help to uncompress source tarball in build directory.
>>
>> In
Am 26.08.2012 19:33, schrieb Yves Blusseau:
> Hi all,
>
> i have added a new tool: tool/setup-builddir and associate a makefile
> variable to it: $(BT_SETUP_BUILDDIR)
>
> This tool help to uncompress source tarball in build directory.
>
> In the buildtool.mk you can rewrite all:
> bzcat $
Hi all,
i have added a new tool: tool/setup-builddir and associate a makefile variable
to it: $(BT_SETUP_BUILDDIR)
This tool help to uncompress source tarball in build directory.
In the buildtool.mk you can rewrite all:
bzcat $(XXX_SOURCE) | tar -xvf -
or
zcat $(XXX_SOURCE) | ta