public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/6] glib: Add $(MAKETUNING) variable to ninja build
@ 2021-09-02 14:13 Adolf Belka
  2021-09-02 14:13 ` [PATCH 2/6] libinih: " Adolf Belka
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Adolf Belka @ 2021-09-02 14:13 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 589 bytes --]

- $(MAKETUNING) variable added to ninja build

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-06 10:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-02 14:13 [PATCH 1/6] glib: Add $(MAKETUNING) variable to ninja build Adolf Belka
2021-09-02 14:13 ` [PATCH 2/6] libinih: " Adolf Belka
2021-09-02 14:13 ` [PATCH 3/6] libmpdclient: " Adolf Belka
2021-09-02 14:13 ` [PATCH 4/6] mpc: " Adolf Belka
2021-09-02 14:13 ` [PATCH 5/6] mpd: " Adolf Belka
2021-09-02 14:13 ` [PATCH 6/6] sshfs: " Adolf Belka
2021-09-06 10:16 ` [PATCH 1/6] glib: " Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox