From: Mathieu Baudier Date: Sun, 27 Feb 2022 07:12:09 +0000 (+0100) Subject: Make branch more stable X-Git-Tag: v2.3.4~4 X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=commitdiff_plain;h=f361603bbb4984a022bc8a2ff62112f9a39408a9 Make branch more stable --- diff --git a/branch.mk b/branch.mk new file mode 100644 index 0000000..a6f8488 --- /dev/null +++ b/branch.mk @@ -0,0 +1 @@ +include $(SDK_SRC_BASE)/cnf/unstable.bnd diff --git a/configure b/configure index 2a391b8..9b3e980 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