From patchwork Thu Sep 2 14:13:13 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4666 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4H0jbr4PFcz3wy6 for ; Thu, 2 Sep 2021 14:14:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4H0jbr1qX9z6cP; Thu, 2 Sep 2021 14:14:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4H0jbr1505z2y4C; Thu, 2 Sep 2021 14:14:32 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4H0jbq1zSvz2xZM for ; Thu, 2 Sep 2021 14:14:31 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4H0jbp4045z6cJ; Thu, 2 Sep 2021 14:14:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1630592070; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DD5ex7QseD3EoPNFezb2g/Rl5VjvhojI5Ug3cPe325Q=; b=DznnaZnViXszPVt9A7CiD6juWkp8+z8SjIfUXMDFX8QQ3+sOmySonx0wChXhEZrBugu1OC bU2ttucnIcKRvRAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1630592070; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DD5ex7QseD3EoPNFezb2g/Rl5VjvhojI5Ug3cPe325Q=; b=j8lbJpX1YHs9v/1tgyvv36GXSCVaYyMiDjDk8ubSRv3ptWm37sTChw8wTcsv0kNDbLevlW H88dsYb+onoCyZAMUOE1PKkZSYqGbjHC/vszPDI7Xd+vM60J0JUmYRkQXg2C5JqjB7YdFJ PLELxPFozXMUoYoHSSLyvRX30yw2XhlZdpWZ+BD+ImNOotJ+shSj8JKEQnX+SxOf+3sIES HN8bFPNyeEL5QZnNEhHalJMn59tOg/RhLAA3kYAPZCunzTuxaQg2H82YSxQBOJsj2mi4Ao 3SKWnL5QSH/xF79JQZ8ydMiTP6ruL/CGpql8UP2JDIETVwl9neBBGZ1FD5QGsw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 6/6] sshfs: Add $(MAKETUNING) variable to ninja build Date: Thu, 2 Sep 2021 16:13:13 +0200 Message-Id: <20210902141313.2737982-6-adolf.belka@ipfire.org> In-Reply-To: <20210902141313.2737982-1-adolf.belka@ipfire.org> References: <20210902141313.2737982-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - $(MAKETUNING) variable added to ninja build Signed-off-by: Adolf Belka --- 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)