[Mesa-dev] [PATCH 5/7] isl: automake: ensure that we (can) clean the generated files
Jason Ekstrand
jason at jlekstrand.net
Wed Jun 1 23:21:04 UTC 2016
On May 31, 2016 9:27 AM, "Emil Velikov" <emil.l.velikov at gmail.com> wrote:
>
> From: Emil Velikov <emil.velikov at collabora.com>
>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
> src/gallium/drivers/swr/Makefile.am | 1 +
> src/intel/isl/Makefile.am | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/src/gallium/drivers/swr/Makefile.am
b/src/gallium/drivers/swr/Makefile.am
> index b8035c7..e160084 100644
> --- a/src/gallium/drivers/swr/Makefile.am
> +++ b/src/gallium/drivers/swr/Makefile.am
> @@ -55,6 +55,7 @@ BUILT_SOURCES = \
> rasterizer/jitter/builder_gen.cpp \
> rasterizer/jitter/builder_x86.h \
> rasterizer/jitter/builder_x86.cpp
> +
Wrong commit?
> CLEANFILES = $(BUILT_SOURCES)
>
> MKDIR_GEN = $(AM_V_at)$(MKDIR_P) $(@D)
> diff --git a/src/intel/isl/Makefile.am b/src/intel/isl/Makefile.am
> index 74f863a..388e7e9 100644
> --- a/src/intel/isl/Makefile.am
> +++ b/src/intel/isl/Makefile.am
> @@ -65,6 +65,7 @@ libisl_gen9_la_SOURCES = $(ISL_GEN9_FILES)
> libisl_gen9_la_CFLAGS = $(libisl_la_CFLAGS) -DGEN_VERSIONx10=90
>
> BUILT_SOURCES = $(ISL_GENERATED_FILES)
> +CLEANFILES = $(BUILT_SOURCES)
>
> isl_format_layout.c: isl_format_layout_gen.bash \
> isl_format_layout.csv
> --
> 2.8.2
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160601/185ad1ec/attachment-0001.html>
More information about the mesa-dev
mailing list