summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releasing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releasing.html b/docs/releasing.html
index b5a9a5c85b..fc7f2a5aff 100644
--- a/docs/releasing.html
+++ b/docs/releasing.html
@@ -379,7 +379,7 @@ Here is one solution that I've been using.
chmod 755 -fR $__build_root; rm -rf $__build_root
mkdir -p $__build_root && cd $__build_root
- $__mesa_root/autogen.sh --enable-llvm-shared-libs && make -j2 distcheck
+ $__mesa_root/autogen.sh && make -j2 distcheck
# Build check the tarballs (scons, linux)
tar -xaf mesa-$__version.tar.xz && cd mesa-$__version