[Mesa-dev] [PATCH 4/5] docs: move untar line in basic testing instructions for coherence

Eric Engestrom eric at engestrom.ch
Thu Jan 18 23:26:38 UTC 2018


On Thursday, 2018-01-18 23:06:40 +0000, Andres Gomez wrote:
> For scons, windows/mingw dealing with LLVM_CONFIG is done before
> untarring.

Isn't this a no-op change?

> This is also more convenient for copy and paste.

No objection though, this and the rest of the series is
Reviewed-by: Eric Engestrom <eric at engestrom.ch>

> 
> Cc: Emil Velikov <emil.velikov at collabora.com>
> Cc: Juan A. Suarez Romero <jasuarez at igalia.com>
> Signed-off-by: Andres Gomez <agomez at igalia.com>
> ---
>  docs/releasing.html | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/releasing.html b/docs/releasing.html
> index f65d6d4173d..d105bc96f6a 100644
> --- a/docs/releasing.html
> +++ b/docs/releasing.html
> @@ -474,9 +474,9 @@ Here is one solution that I've been using.
>  	cd .. && rm -rf mesa-$__version
>  
>  	# Test the automake binaries
> -	tar -xaf mesa-$__version.tar.xz && cd mesa-$__version
>  	# Restore LLVM_CONFIG, if applicable:
>  	# export LLVM_CONFIG=`echo $save_LLVM_CONFIG`; unset save_LLVM_CONFIG
> +	tar -xaf mesa-$__version.tar.xz && cd mesa-$__version
>  	./configure \
>  		--with-dri-drivers=i965,swrast \
>  		--with-gallium-drivers=swrast \
> -- 
> 2.15.1


More information about the mesa-dev mailing list