[Mesa-dev] [PATCH] automake: include git_sha1_gen.sh into EXTRA_DIST

Eric Engestrom eric.engestrom at imgtec.com
Fri Jun 30 14:36:47 UTC 2017


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
> 


More information about the mesa-dev mailing list