From: Daniel Wagner <dwagner@suse.de>
To: linux-trace-devel@vger.kernel.org
Cc: Steven Rostedt <rostedt@goodmis.org>, Daniel Wagner <dwagner@suse.de>
Subject: [PATCH v7 0/2] Add initial support for meson
Date: Wed, 8 Feb 2023 10:12:02 +0100 [thread overview]
Message-ID: <20230208091204.7443-1-dwagner@suse.de> (raw)
The libtracecmd.pc didn't list the subdir 'trace-cmd' which caused
our kernelshard builds to fail.
Changes:
v7:
- lib: list trace-cmd subdir in pkg-config file. Revert
previous attempt to fix it.
v6:
- lib: isntall trace-cmd.h directly in /usr/include and not subdir
trace-cmd. kernelshark builds breaks otherwise
v5:
- lib: set default html doc path to share/doc/libtracemd-doc
- lib: list libtraceevent and libtracefs in Required pkg-config section.
- lib: install (any) man5 pages (keep it in sync with other projects)
- trace-cmd: install (any) man5 pages (keep it in sync with other projects)
- trace-cmd: set default html doch patch to share/doc/trace-cmd-doc
v4:
- changed project defaults to --default-library=both
- code style consistency updates
- hardening doc install script (shellcheck)
- renamed install-man.sh.in to install-docs.sh.in
- install-docs.sh.in installs html pages too
- introduces docs target
- updated copyright year
- streamlined documentation meson build file
v3:
- generate tc_version.h file
- lib: cleaning up the standalone build vs trace-cmd build
- s/conf10.set/conf.set10/
- default build target is debug
- do not install man pages into subdirs
v2:
- make audit dependency optional as default
- integrate static libtracecmd build into trace-cmd directly
- remove check-manpages target in trace-cmd
v1:
- initial version
Daniel Wagner (2):
libtracecmd: Add initial support for meson
trace-cmd: Add initial support for meson
Documentation/libtracecmd/install-docs.sh.in | 20 ++
Documentation/libtracecmd/meson.build | 168 +++++++++++++++++
Documentation/trace-cmd/install-docs.sh.in | 20 ++
Documentation/trace-cmd/meson.build | 187 +++++++++++++++++++
lib/Documentation | 1 +
lib/check-manpages.sh | 1 +
lib/meson.build | 114 +++++++++++
lib/meson_options.txt | 19 ++
lib/trace-cmd/include/meson.build | 5 +
lib/trace-cmd/include/private/meson.build | 14 ++
lib/trace-cmd/meson.build | 88 +++++++++
meson-vcs-tag.sh | 17 ++
meson.build | 149 +++++++++++++++
meson_options.txt | 23 +++
python/meson.build | 40 ++++
tracecmd/meson.build | 59 ++++++
utest/meson.build | 26 +++
17 files changed, 951 insertions(+)
create mode 100755 Documentation/libtracecmd/install-docs.sh.in
create mode 100644 Documentation/libtracecmd/meson.build
create mode 100755 Documentation/trace-cmd/install-docs.sh.in
create mode 100644 Documentation/trace-cmd/meson.build
create mode 120000 lib/Documentation
create mode 120000 lib/check-manpages.sh
create mode 100644 lib/meson.build
create mode 100644 lib/meson_options.txt
create mode 100644 lib/trace-cmd/include/meson.build
create mode 100644 lib/trace-cmd/include/private/meson.build
create mode 100644 lib/trace-cmd/meson.build
create mode 100755 meson-vcs-tag.sh
create mode 100644 meson.build
create mode 100644 meson_options.txt
create mode 100644 python/meson.build
create mode 100644 tracecmd/meson.build
create mode 100644 utest/meson.build
--
2.39.1
next reply other threads:[~2023-02-08 9:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-08 9:12 Daniel Wagner [this message]
2023-02-08 9:12 ` [PATCH v7 1/2] libtracecmd: Add initial support for meson Daniel Wagner
2023-02-08 9:12 ` [PATCH v7 2/2] trace-cmd: " Daniel Wagner
2023-02-09 9:38 ` [PATCH v7 0/2] " Daniel Wagner
2023-02-10 21:47 ` Steven Rostedt
2023-02-13 7:54 ` Daniel Wagner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230208091204.7443-1-dwagner@suse.de \
--to=dwagner@suse.de \
--cc=linux-trace-devel@vger.kernel.org \
--cc=rostedt@goodmis.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).