From: Mathieu Baudier Date: Sun, 27 Feb 2022 07:11:46 +0000 (+0100) Subject: Make branch more stable X-Git-Tag: v2.3.6~3 X-Git-Url: https://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=commitdiff_plain;h=0a565bebd1e0fc6315ea69f07c5851ea28355b14 Make branch more stable --- diff --git a/branch.mk b/branch.mk new file mode 100644 index 000000000..a6f848887 --- /dev/null +++ b/branch.mk @@ -0,0 +1 @@ +include $(SDK_SRC_BASE)/cnf/unstable.bnd diff --git a/configure b/configure index 2a391b8b3..9b3e9804b 100644 --- a/configure +++ b/configure @@ -42,7 +42,7 @@ SDK_SRC_BASE := $SDK_SRC_BASE SDK_BUILD_BASE := $SDK_BUILD_BASE JAVA_HOME := $JAVA_HOME -#include \$(SDK_SRC_BASE)/cnf/testing.bnd +include \$(SDK_SRC_BASE)/branch.mk EOF