From: Mathieu Baudier Date: Sat, 15 Oct 2022 08:29:27 +0000 (+0200) Subject: Make configure script sourceable X-Git-Tag: v2.3.1~7 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=872f63170bb639abab6e64d6e3d6a13318d38e32;p=cc0%2Fargeo-build.git Make configure script sourceable --- diff --git a/configure b/configure index 9b3e980..c9af7a5 100755 --- a/configure +++ b/configure @@ -3,15 +3,8 @@ # We build where we are SDK_BUILD_BASE=$(pwd -P)/output -# Source are located where this script is -SDK_SRC_BASE="$(cd "$(dirname "$0")"; pwd -P)" - SDK_MK=$SDK_SRC_BASE/sdk.mk -#echo SDK_BUILD_BASE=$SDK_BUILD_BASE -#echo SDK_SRC_BASE=$SDK_SRC_BASE -#echo SDK_MK=$SDK_MK - if [ -f "$SDK_MK" ]; then