From: Daniel Vetter <daniel@ffwll.ch>
To: IGT development <igt-dev@lists.freedesktop.org>
Cc: Daniel Vetter <daniel.vetter@intel.com>
Subject: Re: [igt-dev] [PATCH i-g-t] meson.sh: Add support for install/uninstall
Date: Thu, 11 Oct 2018 18:35:55 +0200 [thread overview]
Message-ID: <20181011163555.GL31561@phenom.ffwll.local> (raw)
In-Reply-To: <20181011154230.13802-1-daniel.vetter@ffwll.ch>
On Thu, Oct 11, 2018 at 05:42:30PM +0200, Daniel Vetter wrote:
> This should work now.
>
> Acked-by: Petri Latvala <petri.latvala@intel.com>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Oops, wrong patch.
-Daniel
> ---
> 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
>
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next prev parent reply other threads:[~2018-10-11 16:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-11 15:42 [igt-dev] [PATCH i-g-t] meson.sh: Add support for install/uninstall Daniel Vetter
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 ` Daniel Vetter [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-07-11 8:08 [igt-dev] [PATCH i-g-t] meson.sh: Add support for install/uninstall 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=20181011163555.GL31561@phenom.ffwll.local \
--to=daniel@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