Re: Using --recursive in Makefile / github clone

From: Norbert Grundmann <ngrundmann_at_gmx.de>
Date: Sun, 29 Sep 2024 15:46:16 UTC
Hi Robert,

Thanks :-)  But is it good and recommended to use an explicit

git clone --recursive repo

instead of GH_TUPLE?  It would make things more easy...

Cheers, Norebrt

On 9/29/24 17:43, Robert Clausecker wrote:
> Hi Norbert,
>
> This is not supported.  You'll have to add one GH_TUPLE entry for each
> submodule.  I agree it would be nice to have some tooling to automatically
> add the submodules to the list.
>
> Yours,
> Robert Clausecker
>
> Am Sun, Sep 29, 2024 at 05:41:25PM +0200 schrieb Norbert Grundmann:
>> Hello,
>>
>> is it possible to use something like --recursive in the Makefile for github
>> clone?
>>
>> USE_GITHUB=     yes
>> GH_TUPLE=       user:proj:part:${ECLIPSE_TAG} \
>>                  user:proj:part:${ECLIPSE_TAG}:a/part \
>>                  ...
>>
>> I don't see it here...
>>
>> Thanks!  Norbert
>>
>> --
>> I love penguins at the south pole, windows in my house and apples on my tree, but not in my computer :)
>>
>>

--
I love penguins at the south pole, windows in my house and apples on my tree, but not in my computer :)