From 0f246602450712e52282aa9c1acc3c83629f7078 Mon Sep 17 00:00:00 2001
From: Emil Velikov
+ # Set MAKEFLAGS if you haven't already git clean -fXd; git clean -nxd read # quick cross check any outstanding files export __version=`cat VERSION` @@ -438,7 +439,7 @@ Here is one solution that I've been using. # For the distcheck, you may want to specify which LLVM to use: # export LLVM_CONFIG=/usr/lib/llvm-3.9/bin/llvm-config - $__mesa_root/autogen.sh && make -j2 distcheck + $__mesa_root/autogen.sh && make distcheck # Build check the tarballs (scons, linux) tar -xaf mesa-$__version.tar.xz && cd mesa-$__version @@ -466,7 +467,7 @@ Here is one solution that I've been using. --enable-gbm \ --enable-egl \ --with-platforms=x11,drm,wayland,surfaceless - make -j2 && DESTDIR=`pwd`/test make -j6 install + make && DESTDIR=`pwd`/test make install __glxinfo_cmd='glxinfo 2>&1 | egrep -o "Mesa.*|Gallium.*|.*dri\.so"' __glxgears_cmd='glxgears 2>&1 | grep -v "configuration file"' __es2info_cmd='es2_info 2>&1 | egrep "GL_VERSION|GL_RENDERER|.*dri\.so"' -- cgit v1.2.3