mbox series

[0/9] libtracefs: Updates to the Makefile

Message ID 20211217004214.16074-1-rostedt@goodmis.org (mailing list archive)
Headers show
Series libtracefs: Updates to the Makefile | expand

Message

Steven Rostedt Dec. 17, 2021, 12:42 a.m. UTC
From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>

While cleaning up the libtraceevent Makefile using the libtracefs Makefiles as
guide, I found various issues with the libtracefs Makefiles.

This cleans up those issues.

Steven Rostedt (VMware) (9):
  libtracefs: Remove unused "bindir" from Makefile
  libtracefs: Remove unneeded blkflags from Makefile
  libtracefs: Fix sample intermediate build targets
  libtracefs: Add "DESCEND" output when descending into directories
    during build
  libtracefs: Have make clean output cleaner
  libtracefs: Quiet mv: cannot stat message for libtracefs.a
  libtracefs: Quiet "Nothing to be done for" messages
  libtracefs: Have sample build look cleaner
  libtracefs: Have make tags and TAGS honor O= build directory

 Makefile         | 66 ++++++++++++++++++++++++------------------------
 samples/Makefile | 15 ++++++-----
 scripts/utils.mk | 51 ++++++++++++++++++++++++++++++++++++-
 src/Makefile     |  4 ++-
 utest/Makefile   |  2 +-
 5 files changed, 95 insertions(+), 43 deletions(-)