]> sigrok.org Git - sigrok-util.git/commitdiff
cross-compile scripts: Use common build dir name.
authorUwe Hermann <redacted>
Sun, 30 Mar 2014 16:31:42 +0000 (18:31 +0200)
committerUwe Hermann <redacted>
Sun, 30 Mar 2014 16:31:42 +0000 (18:31 +0200)
cross-compile/android/sigrok-cross-android
cross-compile/linux/sigrok-cross-linux
cross-compile/mingw/sigrok-cross-mingw

index e0460abacf12cc49c0279360e83e3a8cddb2114f..0c7245f99e4e8bfb384321acc8b05f71f8939bcd 100755 (executable)
@@ -36,7 +36,7 @@ TOOLCHAIN_TRIPLET=arm-linux-androideabi
 PREFIX=$HOME/sr_android
 
 # The path where to download files to and where to build packages.
-BUILDDIR=./sr_android_build
+BUILDDIR=./build
 
 # Edit this to enable/disable/modify parallel compiles.
 PARALLEL="-j 2"
index 1bb00fc199dda7cf48d1adac2741644ae5b17476..4886f5b9009f22dd823c6d51c300f833ba84df4d 100755 (executable)
@@ -31,7 +31,7 @@ set -e
 PREFIX=$HOME/sr
 
 # The path where to download files to and where to build packages.
-BUILDDIR=./sr_linux_build
+BUILDDIR=./build
 
 # Edit this to enable/disable/modify parallel compiles.
 PARALLEL="-j 2"
index fc79e1a46fd5316987818b346955bd362ecfbc05..7fba4f9a17865aefce253b2bd65a923eaea5abc1 100755 (executable)
@@ -28,7 +28,7 @@ MXE=$HOME/mxe-git
 PREFIX=$HOME/sr_mingw
 
 # The path where to download files to and where to build packages.
-BUILDDIR=./sr_mingw_build
+BUILDDIR=./build
 
 # Edit this to enable/disable/modify parallel compiles.
 PARALLEL="-j 2"