All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] meson.sh: Add support for install/uninstall
@ 2018-10-11 15:42 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 ` [igt-dev] [PATCH i-g-t] meson.sh: Add support for install/uninstall Daniel Vetter
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel Vetter @ 2018-10-11 15:42 UTC (permalink / raw)
  To: IGT development; +Cc: Daniel Vetter

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [igt-dev] ✗ Fi.CI.BAT: failure for meson.sh: Add support for install/uninstall (rev2)
  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 ` Patchwork
  2018-10-11 16:35 ` [igt-dev] [PATCH i-g-t] meson.sh: Add support for install/uninstall Daniel Vetter
  1 sibling, 0 replies; 4+ messages in thread
From: Patchwork @ 2018-10-11 15:51 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: igt-dev

== Series Details ==

Series: meson.sh: Add support for install/uninstall (rev2)
URL   : https://patchwork.freedesktop.org/series/46294/
State : failure

== Summary ==

Series 46294 revision 2 was fully merged or fully failed: no git log

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] meson.sh: Add support for install/uninstall
  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
  1 sibling, 0 replies; 4+ messages in thread
From: Daniel Vetter @ 2018-10-11 16:35 UTC (permalink / raw)
  To: IGT development; +Cc: Daniel Vetter

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [igt-dev] [PATCH i-g-t] meson.sh: Add support for install/uninstall
@ 2018-07-11  8:08 Daniel Vetter
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Vetter @ 2018-07-11  8:08 UTC (permalink / raw)
  To: IGT development; +Cc: Daniel Vetter

This should work now.

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.18.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-10-11 16:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.