From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9B70D156C6; Sun, 8 Oct 2023 21:22:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="YnHq6+db" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B4F12C433C8; Sun, 8 Oct 2023 21:22:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696800178; bh=YLh2pbaliXysNvN/gBrRbcl3kP9/FFsUFSe3vt7aOd8=; h=From:To:Cc:Subject:Date:From; b=YnHq6+db3qWKG0GFmcBdCZk4GoxjwbeDews/ndQw4TYeOTMGQ5TAwYxQMYoAc6U+N 0wplQRRNCeSVTD1TX7Rv1zhfVq+WC3pOG0GV4czQFDahAB7qx0arfOBpFHaq/l0NWB OwGwKcVWNZptBA+ldp/wHf6wrYSkZgThLz0FzrICoEjVE+WWd++KRKsET3DUWUwyiS 0tJ2CBcdSj7sZ6SJUDzon7Qp0cZBUcV1cMG83NssIAuDLI5Jss1iXAznKFiJ9w0E2W ENvBkQuhkApWKlU00yWaJjfaCamv0xNsODtFgBY1lKtUGdDfzK7T6FN1IrtySBqQJA Vnjf5S1m03GWQ== From: Jiri Olsa To: Arnaldo Carvalho de Melo , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Quentin Monnet Cc: linux-perf-users@vger.kernel.org, bpf@vger.kernel.org, Namhyung Kim , Alexander Shishkin , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , Ian Rogers , KP Singh , Stanislav Fomichev , Hao Luo , Ingo Molnar , Peter Zijlstra Subject: [PATCHv2 0/2] tools/build: Fix -s detection code for new make Date: Sun, 8 Oct 2023 23:22:49 +0200 Message-ID: <20231008212251.236023-1-jolsa@kernel.org> X-Mailer: git-send-email 2.41.0 Precedence: bulk X-Mailing-List: linux-perf-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit hi, this fixes the detection of silent flag for newer make. It'd be better to re-use the code, but I don't see simple way without more refactoring. I put that on my todo list. v2 changes: - adding the change for tools/scripts/Makefile.include as well thanks, jirka --- Jiri Olsa (2): tools/build: Fix -s detection code in tools/build/Makefile.build tools/build: Fix -s detection code in tools/scripts/Makefile.include tools/build/Makefile.build | 10 +++++++++- tools/scripts/Makefile.include | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-)