Re: [leaf-devel] new tool: setup-builddir

2012-08-29 Thread KP Kirchdoerfer
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

Re: [leaf-devel] new tool: setup-builddir

2012-08-28 Thread 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 uncompress source tarball in build directory. >> >> In

Re: [leaf-devel] new tool: setup-builddir

2012-08-27 Thread KP Kirchdoerfer
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 $

[leaf-devel] new tool: setup-builddir

2012-08-26 Thread 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 $(XXX_SOURCE) | tar -xvf - or zcat $(XXX_SOURCE) | ta