From: Adolf Belka Date: Thu, 2 Sep 2021 14:13:13 +0000 (+0200) Subject: sshfs: Add $(MAKETUNING) variable to ninja build X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=264cd5b03eb424ad5131c2a0ff61556f9604458b;p=people%2Fpmueller%2Fipfire-2.x.git sshfs: Add $(MAKETUNING) variable to ninja build - $(MAKETUNING) variable added to ninja build Signed-off-by: Adolf Belka Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/sshfs b/lfs/sshfs index 1e77061945..23b68c5410 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)