docs: move untar line in basic testing instructions for coherence
authorAndres Gomez <agomez@igalia.com>
Thu, 18 Jan 2018 22:29:09 +0000 (00:29 +0200)
committerAndres Gomez <agomez@igalia.com>
Fri, 19 Jan 2018 13:25:39 +0000 (15:25 +0200)
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@collabora.com>
Cc: Juan A. Suarez Romero <jasuarez@igalia.com>
Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
docs/releasing.html

index f65d6d4173d924327ba8fb85eb8aa0676cbccbde..d105bc96f6a34907acc21d76c3882e9c4f75d409 100644 (file)
@@ -474,9 +474,9 @@ Here is one solution that I've been using.
        cd .. &amp;&amp; rm -rf mesa-$__version
 
        # Test the automake binaries
-       tar -xaf mesa-$__version.tar.xz &amp;&amp; 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 &amp;&amp; cd mesa-$__version
        ./configure \
                --with-dri-drivers=i965,swrast \
                --with-gallium-drivers=swrast \