On 6/21/23 16:20, Nina Schoetterl-Glausch wrote:
On Wed, 2023-06-21 at 16:07 +0200, Nina Schoetterl-Glausch wrote:
On Tue, 2023-06-20 at 22:44 +0200, Paolo Bonzini wrote:
Il mar 20 giu 2023, 19:35 Nina Schoetterl-Glausch ha
scritto:
+ modules="$modules $m"
+ grep $m $
On Wed, 2023-06-21 at 16:07 +0200, Nina Schoetterl-Glausch wrote:
> On Tue, 2023-06-20 at 22:44 +0200, Paolo Bonzini wrote:
> > Il mar 20 giu 2023, 19:35 Nina Schoetterl-Glausch ha
> > scritto:
> > > > + modules="$modules $m"
> > > > + grep $m $substat > /dev/null 2>
On Tue, 2023-06-20 at 22:44 +0200, Paolo Bonzini wrote:
> Il mar 20 giu 2023, 19:35 Nina Schoetterl-Glausch ha
> scritto:
> > > + modules="$modules $m"
> > > + grep $m $substat > /dev/null 2>&1 || $GIT submodule status
> > > $module >> $substat
> > > + else
>
Il mar 20 giu 2023, 19:35 Nina Schoetterl-Glausch ha
scritto:
> > +modules="$modules $m"
> > +grep $m $substat > /dev/null 2>&1 || $GIT submodule status
> $module >> $substat
> > +else
> > +echo "warn: ignoring non-existent submodule $m"
>
> What is the
On Sun, 2023-06-18 at 23:20 +0200, Paolo Bonzini wrote:
> The call to git-submodule.sh done in configure may happen without a
> previous checkout of the roms/SLOF submodule, or even without a
> previous run of the script.
>
> So, handle creating a .git-submodule-status file even in validate
> mode
The call to git-submodule.sh done in configure may happen without a
previous checkout of the roms/SLOF submodule, or even without a
previous run of the script.
So, handle creating a .git-submodule-status file even in validate
mode. If git is absent, ensure that all passed directories exists
(beca