From patchwork Mon Jun 17 22:31:29 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steven Rostedt X-Patchwork-Id: 11000629 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E48F21395 for ; Mon, 17 Jun 2019 22:32:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D38DC289C9 for ; Mon, 17 Jun 2019 22:32:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C5858289D8; Mon, 17 Jun 2019 22:32:24 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1F1FB289C9 for ; Mon, 17 Jun 2019 22:32:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727974AbfFQWcX (ORCPT ); Mon, 17 Jun 2019 18:32:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:35828 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726336AbfFQWcX (ORCPT ); Mon, 17 Jun 2019 18:32:23 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id ACC132080A; Mon, 17 Jun 2019 22:32:22 +0000 (UTC) Received: from rostedt by gandalf.local.home with local (Exim 4.92) (envelope-from ) id 1hd0An-000332-O1; Mon, 17 Jun 2019 18:32:21 -0400 Message-Id: <20190617223129.706595135@goodmis.org> User-Agent: quilt/0.65 Date: Mon, 17 Jun 2019 18:31:29 -0400 From: Steven Rostedt To: linux-trace-devel@vger.kernel.org Cc: Yordan Karadzhov , Troy Engel Subject: [PATCH 0/2] kernel-shark: Make some top level "make" changes Sender: linux-trace-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-trace-devel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This is built on top of the three patches from Yordan that can be found here: https://patchwork.kernel.org/project/linux-trace-devel/list/?series=132531 It makes "make clean" remove cmake generated files (my build failed and I couldn't figure out why. "make clean" should allow builds to build again when CMake files change). I also adde a "make BUILD_TYPE=foo" to pass to the cmake command to change the CMAKE_BUILD_TYPE to allow an easy build by the package maintainers to change how KernelShark is built. Steven Rostedt (VMware) (2): kernel-shark: Have "make clean" run cmake-clean.sh kernel-shark: Add 'make BUILD_TYPE=X gui' to change how the gui is made ---- Makefile | 6 +++++- kernel-shark/CMakeLists.txt | 2 +- kernel-shark/README | 23 +++++++++++++++++------ 3 files changed, 23 insertions(+), 8 deletions(-)