Mesa (master): docs: move untar line in basic testing instructions for coherence

Andres Gomez tanty at kemper.freedesktop.org
Fri Jan 19 13:26:39 UTC 2018


Module: Mesa
Branch: master
Commit: 7760566ab7e98b3947a4e046a93dcc73ae97bb86
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7760566ab7e98b3947a4e046a93dcc73ae97bb86

Author: Andres Gomez <agomez at igalia.com>
Date:   Fri Jan 19 00:29:09 2018 +0200

docs: move untar line in basic testing instructions for coherence

For scons, windows/mingw dealing with LLVM_CONFIG is done before
untarring. This is also more convenient for copy and paste.

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>
Reviewed-by: Eric Engestrom <eric at engestrom.ch>
Reviewed-by: Juan A. Suarez <jasuarez at igalia.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

---

 docs/releasing.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/releasing.html b/docs/releasing.html
index f65d6d4173..d105bc96f6 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 \




More information about the mesa-commit mailing list