From patchwork Thu Sep 2 14:13:11 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4664 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 4H0jbG2N6wz3wy6 for ; Thu, 2 Sep 2021 14:14:02 +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 4H0jbG088Qz6cG; Thu, 2 Sep 2021 14:14:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4H0jbF6Z5Bz2y4C; Thu, 2 Sep 2021 14:14:01 +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 4H0jbF08p0z2xZM for ; Thu, 2 Sep 2021 14:14:01 +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 4H0jbD5wQsz1f2; Thu, 2 Sep 2021 14:14:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1630592040; 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=5ec+mGkP+lWg3xgZ2hFwG6qnPL79FFiMx9E4GKxI33k=; b=dZX8ZNuM3303yytCvnzPUQQ+sMInuJ7cEXKWQ3i+LXCugA0aY6k4i7KvSNRzrSXwCSRC5C mri3W6KhXrbm1nCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1630592040; 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=5ec+mGkP+lWg3xgZ2hFwG6qnPL79FFiMx9E4GKxI33k=; b=dgGs2pGH5Xbu24OvlaMlbziTazBKJcpagBl2QDkY8nDh10jfWQ8nyWJvaHFUwcwaPUB/42 yUFBvboA+UfsBmKyOCHSSPrxb4VRqBrwg5JIiohOSw3akfGdmU/2GtuOGYqgzNOCyiI4ug 0Aa24PXKyR9wDNpjKBOMwwAp+0MUHHFmUzLU1p+k2aZrI1Cy0vkl6t8shxYWaebCmgAVUa diBo2C7mtyHGH+Xl35z1ltKooOlIgcyAANHy/XjO1ewtvuZBPzrWhM2WgcaHfck4dg1xOT aHWXDNGpD0qcMPRanAwMAFa0z5CG95FrO7Q/668/ylqmiBAEOst3D/qxdtlczA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 4/6] mpc: Add $(MAKETUNING) variable to ninja build Date: Thu, 2 Sep 2021 16:13:11 +0200 Message-Id: <20210902141313.2737982-4-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/mpc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/mpc b/lfs/mpc index 2060685cc..47b069401 100644 --- a/lfs/mpc +++ b/lfs/mpc @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpc -PAK_VER = 7 +PAK_VER = 8 DEPS = mpd libmpdclient @@ -78,7 +78,7 @@ $(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 $(DIR_APP) && ninja -C builddir/ + cd $(DIR_APP) && ninja -C builddir/ $(MAKETUNING) cd $(DIR_APP) && ninja -C builddir/ install @rm -rf $(DIR_APP) @$(POSTBUILD)