From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 6/6] sshfs: Add $(MAKETUNING) variable to ninja build
Date: Thu, 02 Sep 2021 16:13:13 +0200 [thread overview]
Message-ID: <20210902141313.2737982-6-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20210902141313.2737982-1-adolf.belka@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 767 bytes --]
- $(MAKETUNING) variable added to ninja build
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
lfs/sshfs | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lfs/sshfs b/lfs/sshfs
index 1e7706194..23b68c541 100644
--- a/lfs/sshfs
+++ b/lfs/sshfs
@@ -73,6 +73,8 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && meson --prefix=/usr builddir && cd builddir && ninja && ninja install
+ cd $(DIR_APP) && meson --prefix=/usr 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 ` [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 ` Adolf Belka [this message]
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-6-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