From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/6] libinih: Add $(MAKETUNING) variable to ninja build
Date: Thu, 02 Sep 2021 16:13:09 +0200 [thread overview]
Message-ID: <20210902141313.2737982-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20210902141313.2737982-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 674 bytes --]
- $(MAKETUNING) variable added to ninja build
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
lfs/libinih | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lfs/libinih b/lfs/libinih
index bfecc35de..3c25bdbfa 100644
--- a/lfs/libinih
+++ b/lfs/libinih
@@ -77,7 +77,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
$(UPDATE_AUTOMAKE)
cd $(DIR_APP) && meson --prefix=/usr 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
next prev parent reply other threads:[~2021-09-02 14:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-02 14:13 [PATCH 1/6] glib: " Adolf Belka
2021-09-02 14:13 ` Adolf Belka [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210902141313.2737982-2-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox