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