mbox series

[0/2] kernel-shark: Make some top level "make" changes

Message ID 20190617223129.706595135@goodmis.org (mailing list archive)
Headers show
Series kernel-shark: Make some top level "make" changes | expand

Message

Steven Rostedt June 17, 2019, 10:31 p.m. UTC
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(-)