Re: Using --recursive in Makefile / github clone

From: Daniel Engberg <daniel.engberg.lists_at_pyret.net>
Date: Sun, 29 Sep 2024 15:52:00 UTC
On 2024-09-29T17:46:16.000+02:00, Norbert Grundmann
<ngrundmann@gmx.de> wrote:

> 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 :)

Hi.

Just a friendly reminder that this is usually done in release
archives/tarballs if upstream provides such.

Best regards,

Daniel