From patchwork Thu Sep 2 14:13:09 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4662 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 4H0jZp1GYdz3wy6 for ; Thu, 2 Sep 2021 14:13:38 +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 4H0jZn5gJfz6XN; Thu, 2 Sep 2021 14:13:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4H0jZn51mxz2xgw; Thu, 2 Sep 2021 14:13:37 +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 4H0jZm04P1z2xZM for ; Thu, 2 Sep 2021 14:13:36 +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 4H0jZl5fyhz5Lt; Thu, 2 Sep 2021 14:13:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1630592015; 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=RcKSzo7aKot8jNx0jpuEd1PabAvpzbtHja4/e0vO+vo=; b=BU9OXbEWet8DiwD+WmCz0q2+dHfuFJEcNA5/+P3D+6GFB0GP2M2XXU/18IerQZF/cGe/Wm EeLbloJvMrUWyvDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1630592015; 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=RcKSzo7aKot8jNx0jpuEd1PabAvpzbtHja4/e0vO+vo=; b=vXI/Uwo+tUe8/kdh3eM/mxq0HCMAoPQTnK8m1X2Pra8GSnzr0sCWYMshI56L8ogEcrbhef J2Pe/dvGfkdYeun4Yqb3HgLkTK1eXPmi8NCcIsxHJTeYW78W36oLyIV/4r7Kw+J1Jqz2tz ySskuy6utNDH8/nKOTY0LEEXeuGUSZ+vec1impPFGXHJgzxCjQUVXbnIz15WCfT3fxUb7p BQScClK19fAMK2qpf51a/RAW5IqZodNCZyURBKS+GMf06x9zWeH2Lum8CvC3Jq/h/amQlj bOOwClEb0MHM3GD3WGfAe9LC/kr55C5Ep99zFVimAewkPSxLF87oLyFm+4fzJQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/6] libinih: Add $(MAKETUNING) variable to ninja build Date: Thu, 2 Sep 2021 16:13:09 +0200 Message-Id: <20210902141313.2737982-2-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/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)