Hello, I am not going to put a Reviewed-by tag on all of those, but nevertheless thank you for all of them :) -Michael > On 2 Sep 2021, at 15:13, Adolf Belka wrote: > > - $(MAKETUNING) variable added to ninja build > > Signed-off-by: Adolf Belka > --- > lfs/glib | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lfs/glib b/lfs/glib > index cbf666f70..58c45415a 100644 > --- a/lfs/glib > +++ b/lfs/glib > @@ -75,7 +75,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > --sysconfdir=/etc \ > -D internal_pcre=false \ > builddir/ > - cd $(DIR_APP) && ninja -C builddir/ > + cd $(DIR_APP) && ninja -C builddir/ $(MAKETUNING) > cd $(DIR_APP) && ninja -C builddir/ install > @rm -rf $(DIR_APP) > @$(POSTBUILD) > -- > 2.33.0 >