From 872f63170bb639abab6e64d6e3d6a13318d38e32 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sat, 15 Oct 2022 10:29:27 +0200 Subject: [PATCH] Make configure script sourceable --- configure | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.30.2