On Friday, 2017-06-30 13:47:33 +0200, Juan A. Suarez Romero wrote:
> ---
>  Makefile.am | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Makefile.am b/Makefile.am
> index fee132e..d1eadee 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -53,6 +53,7 @@ EXTRA_DIST = \
>       common.py \
>       docs \
>       doxygen \
> +     git_sha1_gen.sh \

Huh, I thought about that, but came to the conclusion that this script
only made sense when used in git, not from a tarball, and therefore had
no reason to be distributed.

I don't have time to check right now, but I'll try and have a look next
week to see if it does need to be there in tarballs, and if so how to
remove that dependency (I have a feeling it might be as trivial as
adding a dash `-` before invoking the script from the makefile).

If it really is needed right now, then go ahead, I'll revert this when
I remove the dependency.

>       scons \
>       SConstruct
>  
> -- 
> 2.9.4
> 
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to