Mesa (master): docs/releasing: do not pass any arguments to autogen.sh

Emil Velikov evelikov at kemper.freedesktop.org
Wed Mar 22 16:59:31 UTC 2017


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

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Fri Mar 17 18:17:14 2017 +0000

docs/releasing: do not pass any arguments to autogen.sh

This should just work (tm) with the default options. Plus the one we
pass is already the default, so just drop it.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Eric Engestrom <eric at engestrom.ch>

---

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

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




More information about the mesa-commit mailing list