From: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [PATCH i-g-t] meson.sh: add usage instructions at the beginning of the file
Date: Thu, 14 Dec 2023 14:45:25 +0100 [thread overview]
Message-ID: <20231214134525.38086-1-mauro.chehab@linux.intel.com> (raw)
From: Mauro Carvalho Chehab <mchehab@kernel.org>
It is useful to have some documentation about the supported targets
and options.
Add it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
meson.sh | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/meson.sh b/meson.sh
index 2ea33d69139e..5fb5a806d661 100755
--- a/meson.sh
+++ b/meson.sh
@@ -1,5 +1,21 @@
#!/bin/sh
+# Usage:
+# ./meson.sh [<options>] [target]
+#
+# Where options can be:
+# V=0 - disable non-error messages on ninja
+# V=1 (default) - print all ninja messages
+#
+# And target is the Makefile target. It can be:
+# all - build all files
+# clean - cleans build
+# test - excecute unit tests
+# reconfigure - run Meson reconfigure via ninja
+# install - builds and install IGT
+# uninstall - uninstalls IGT from a past installation
+# docs - builds igt-gpu-tools-doc
+
cat > Makefile <<EOF
quiet_build =
--
2.43.0
reply other threads:[~2023-12-14 13:45 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20231214134525.38086-1-mauro.chehab@linux.intel.com \
--to=mauro.chehab@linux.intel.com \
--cc=igt-dev@lists.freedesktop.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