[Mesa-dev] [PATCH 05/11] glapi/glx: Treat xserver generated targets as .PHONY

Ian Romanick idr at freedesktop.org
Mon Mar 28 17:51:25 UTC 2016


Come on!  It's always fun to run a bunch of tests on the old code and
wonder why nothing changed.

This patch is

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

On 03/24/2016 11:10 AM, Adam Jackson wrote:
> Meaning, always rebuild them when asked instead of bothering to look at
> timestamps (and then wondering why nothing happened when you said make).
> 
> Signed-off-by: Adam Jackson <ajax at redhat.com>
> ---
>  src/mapi/glapi/gen/Makefile.am | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/src/mapi/glapi/gen/Makefile.am b/src/mapi/glapi/gen/Makefile.am
> index 1e34632..fff6805 100644
> --- a/src/mapi/glapi/gen/Makefile.am
> +++ b/src/mapi/glapi/gen/Makefile.am
> @@ -100,6 +100,8 @@ XORG_OUTPUTS = \
>  	$(XORG_GLX_DIR)/indirect_size_get.h \
>  	$(XORG_GLX_DIR)/indirect_table.c
>  
> +.PHONY: $(XORG_OUTPUTS)
> +
>  ######################################################################
>  
>  API_XML = \
> 



More information about the mesa-dev mailing list