[Mesa-dev] [PATCH 1/3] egl: autotools: do not redirect stdin/stdout for wayland-scanner

Dylan Baker dylan at pnwbakers.com
Thu Mar 8 17:21:57 UTC 2018


for the series,
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

Quoting Emil Velikov (2018-03-08 09:09:21)
> From: Emil Velikov <emil.velikov at collabora.com>
> 
> The tool accepts the input and output files as arguments.
> There's no need for the redirection.
> 
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
>  src/egl/Makefile.am | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am
> index 9fcee9d2b84..285d3caa9ef 100644
> --- a/src/egl/Makefile.am
> +++ b/src/egl/Makefile.am
> @@ -70,11 +70,11 @@ WL_DMABUF_XML = $(WAYLAND_PROTOCOLS_DATADIR)/unstable/linux-dmabuf/linux-dmabuf-
>  
>  drivers/dri2/linux-dmabuf-unstable-v1-protocol.c: $(WL_DMABUF_XML)
>         $(MKDIR_GEN)
> -       $(AM_V_GEN)$(WAYLAND_SCANNER) code < $< > $@
> +       $(AM_V_GEN)$(WAYLAND_SCANNER) code $< $@
>  
>  drivers/dri2/linux-dmabuf-unstable-v1-client-protocol.h: $(WL_DMABUF_XML)
>         $(MKDIR_GEN)
> -       $(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@
> +       $(AM_V_GEN)$(WAYLAND_SCANNER) client-header $< $@
>  
>  if HAVE_PLATFORM_WAYLAND
>  drivers/dri2/linux-dmabuf-unstable-v1-protocol.lo: drivers/dri2/linux-dmabuf-unstable-v1-client-protocol.h
> -- 
> 2.16.0
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180308/f5640d59/attachment.sig>


More information about the mesa-dev mailing list