summaryrefslogtreecommitdiff
path: root/build/bmaketest
diff options
context:
space:
mode:
Diffstat (limited to 'build/bmaketest')
-rwxr-xr-xbuild/bmaketest9
1 files changed, 5 insertions, 4 deletions
diff --git a/build/bmaketest b/build/bmaketest
index 6f8f20fac..bd2b65557 100755
--- a/build/bmaketest
+++ b/build/bmaketest
@@ -1,5 +1,6 @@
#!/bin/bash
+mkdir tmp
cd ..
dir=`pwd`
@@ -17,14 +18,14 @@ export CXXFLAGS="-pedantic -ggdb3 -O3 -pipe -ffast-math \
source ./build/gcc6flags.sh
autoreconf -i
-./configure --prefix=$dir/run \
+cd build/tmp
+../../configure --prefix=$dir/run \
--datadir=$dir/run/share/games \
--bindir=$dir/run/bin \
--mandir=$dir/run/share/man \
--enable-unittests
cd po
-make -j8 update-gmo 2>../build/make1.log
+make -j8 update-gmo 2>../..//make1.log
cd ..
-make -j8 check 2>build/make2.log
-
+make -j8 check 2>../make2.log