From 0a565bebd1e0fc6315ea69f07c5851ea28355b14 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sun, 27 Feb 2022 08:11:46 +0100 Subject: [PATCH] Make branch more stable --- branch.mk | 1 + configure | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 branch.mk 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 -- 2.30.2