diff options
author | Andres Gomez <[email protected]> | 2018-01-19 00:29:09 +0200 |
---|---|---|
committer | Andres Gomez <[email protected]> | 2018-01-19 15:25:39 +0200 |
commit | 7760566ab7e98b3947a4e046a93dcc73ae97bb86 (patch) | |
tree | 38d73f2fb6e9cd7be97246c27c18107d0ce53e83 /docs/releasing.html | |
parent | bd8537fa71a8f1d7e6300f60da07bf458b3ac9ac (diff) |
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 <[email protected]>
Cc: Juan A. Suarez Romero <[email protected]>
Signed-off-by: Andres Gomez <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Reviewed-by: Juan A. Suarez <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'docs/releasing.html')
-rw-r--r-- | docs/releasing.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |