docs/releasing: drop custom LLVM_CONFIG if previously manually set
authorAndres Gomez <agomez@igalia.com>
Thu, 9 Nov 2017 14:58:21 +0000 (16:58 +0200)
committerAndres Gomez <agomez@igalia.com>
Fri, 10 Nov 2017 17:34:51 +0000 (19:34 +0200)
Cc: Emil Velikov <emil.velikov@collabora.com>
Cc: Eric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
docs/releasing.html

index 66742b0bcb4bd4bc52614d9c442a64e1c8017238..e588435e81318c70623a0f841935bd40c2b81d59 100644 (file)
@@ -471,6 +471,10 @@ Here is one solution that I've been using.
                --enable-egl \
                --with-platforms=x11,drm,wayland,surfaceless
        make &amp;&amp; DESTDIR=`pwd`/test make install
+
+       # Drop LLVM_CONFIG, if applicable:
+       # unset LLVM_CONFIG
+
        __glxinfo_cmd='glxinfo 2>&amp;1 | egrep -o "Mesa.*|Gallium.*|.*dri\.so"'
        __glxgears_cmd='glxgears 2>&amp;1 | grep -v "configuration file"'
        __es2info_cmd='es2_info 2>&amp;1 | egrep "GL_VERSION|GL_RENDERER|.*dri\.so"'