All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] trace-cmd: Updates to the Makefile
@ 2020-12-16  4:41 Steven Rostedt
  2020-12-16  4:41 ` [PATCH 01/12] trace-cmd: Move do_make_pkgconfig_file to utils.mk Steven Rostedt
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Steven Rostedt @ 2020-12-16  4:41 UTC (permalink / raw)
  To: linux-trace-devel


Steven Rostedt (VMware) (12):
      trace-cmd: Move do_make_pkgconfig_file to utils.mk
      trace-cmd: Have etcdir always be at the root directory
      trace-cmd: Remove unused variable LD_SO_CONF_DIR
      trace-cmd: Use the LIBTRACE{EVENT,FS}_LIBS for building libtracecmd.so
      libtracecmd: Update ld.so.conf.d/trace.conf if needed
      libtracecmd: Make installing show a nice INSTALL output
      libtracecmd: Build libtracecmd.pc when building the library
      libtracecmd: Show building of libtracecmd.pc
      libtracecmd: Install libtracecmd.pc when installing libs
      trace-cmd: Add make uninstall
      trace-cmd: Update libtracecmd.pc if prefix is different
      trace-cmd: Keep build_install files around

----
 .gitignore             |  4 ++++
 Makefile               | 62 ++++++++++++++++++++++++++++++++++----------------
 lib/trace-cmd/Makefile | 39 +++++++++++++++++++++++++++----
 lib/trace-cmd/test.c   |  7 ++++++
 scripts/utils.mk       | 21 +++++++++++++++++
 5 files changed, 109 insertions(+), 24 deletions(-)
 create mode 100644 lib/trace-cmd/test.c

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-12-16  4:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16  4:41 [PATCH 00/12] trace-cmd: Updates to the Makefile Steven Rostedt
2020-12-16  4:41 ` [PATCH 01/12] trace-cmd: Move do_make_pkgconfig_file to utils.mk Steven Rostedt
2020-12-16  4:41 ` [PATCH 02/12] trace-cmd: Have etcdir always be at the root directory Steven Rostedt
2020-12-16  4:41 ` [PATCH 03/12] trace-cmd: Remove unused variable LD_SO_CONF_DIR Steven Rostedt
2020-12-16  4:41 ` [PATCH 04/12] trace-cmd: Use the LIBTRACE{EVENT,FS}_LIBS for building libtracecmd.so Steven Rostedt
2020-12-16  4:41 ` [PATCH 05/12] libtracecmd: Update ld.so.conf.d/trace.conf if needed Steven Rostedt
2020-12-16  4:41 ` [PATCH 06/12] libtracecmd: Make installing show a nice INSTALL output Steven Rostedt
2020-12-16  4:41 ` [PATCH 07/12] libtracecmd: Build libtracecmd.pc when building the library Steven Rostedt
2020-12-16  4:41 ` [PATCH 08/12] libtracecmd: Show building of libtracecmd.pc Steven Rostedt
2020-12-16  4:41 ` [PATCH 09/12] libtracecmd: Install libtracecmd.pc when installing libs Steven Rostedt
2020-12-16  4:42 ` [PATCH 10/12] trace-cmd: Add make uninstall Steven Rostedt
2020-12-16  4:42 ` [PATCH 11/12] trace-cmd: Update libtracecmd.pc if prefix is different Steven Rostedt
2020-12-16  4:42 ` [PATCH 12/12] trace-cmd: Keep build_install files around Steven Rostedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.