]> git.argeo.org Git - cc0/argeo-build.git/blobdiff - configure
Make working in subdirectories
[cc0/argeo-build.git] / configure
old mode 100644 (file)
new mode 100755 (executable)
index 9b3e980..56a8fb7
--- 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
 
@@ -43,6 +36,7 @@ SDK_BUILD_BASE := $SDK_BUILD_BASE
 JAVA_HOME := $JAVA_HOME
 
 include \$(SDK_SRC_BASE)/branch.mk
+include \$(SDK_SRC_BASE)/sdk/branches/\$(BRANCH).bnd
 EOF