From: Daniel Vetter <daniel.vetter@ffwll.ch>
To: IGT development <igt-dev@lists.freedesktop.org>
Cc: Daniel Vetter <daniel.vetter@intel.com>
Subject: [igt-dev] [PATCH i-g-t] meson.sh: Add support for install/uninstall
Date: Thu, 11 Oct 2018 17:42:30 +0200 [thread overview]
Message-ID: <20181011154230.13802-1-daniel.vetter@ffwll.ch> (raw)
This should work now.
Acked-by: Petri Latvala <petri.latvala@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
meson.sh | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/meson.sh b/meson.sh
index f0db2a19c440..7cf9d4a3ac70 100755
--- a/meson.sh
+++ b/meson.sh
@@ -24,8 +24,11 @@ reconfigure: build/build.ninja
check distcheck dist distclean:
echo "This is the meson wrapper, not automake" && false
-install uninstall:
- echo "meson install support not yet completed" && false
+install: build/build.ninja
+ ninja -C build install
+
+uninstall: build/build.ninja
+ ninja -C build uninstall
docs:
ninja -C build igt-gpu-tools-doc
--
2.19.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next reply other threads:[~2018-10-11 15:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-11 15:42 Daniel Vetter [this message]
2018-10-11 15:51 ` [igt-dev] ✗ Fi.CI.BAT: failure for meson.sh: Add support for install/uninstall (rev2) Patchwork
2018-10-11 16:35 ` [igt-dev] [PATCH i-g-t] meson.sh: Add support for install/uninstall Daniel Vetter
-- strict thread matches above, loose matches on Subject: below --
2018-07-11 8:08 Daniel Vetter
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=20181011154230.13802-1-daniel.vetter@ffwll.ch \
--to=daniel.vetter@ffwll.ch \
--cc=daniel.vetter@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