From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 1/6] glib: Add $(MAKETUNING) variable to ninja build Date: Mon, 06 Sep 2021 11:16:35 +0100 Message-ID: <43EB50B5-FCCC-4CB6-B7CB-1A4EE9E229E1@ipfire.org> In-Reply-To: <20210902141313.2737982-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2097516033240565086==" List-Id: --===============2097516033240565086== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, I am not going to put a Reviewed-by tag on all of those, but nevertheless tha= nk you for all of them :) -Michael > On 2 Sep 2021, at 15:13, Adolf Belka wrote: >=20 > - $(MAKETUNING) variable added to ninja build >=20 > Signed-off-by: Adolf Belka > --- > lfs/glib | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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=3D/etc \ > -D internal_pcre=3Dfalse \ > 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) > --=20 > 2.33.0 >=20 --===============2097516033240565086==--