From c5cb8f77e6d43d3b5fe6741d3facd4d265ccd08f Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Sun, 18 Dec 2022 14:22:34 +0100 Subject: [PATCH] build: Add a deprecation warning in build.sh --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.sh b/build.sh index 5ef79de8e..ec4d5329b 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,9 @@ #!/bin/bash +echo "***************************************************" +echo "WARNING: build.sh will be removed soon, do not use!" +echo "Switch your build to cmake or use PF-build.sh " +echo "***************************************************" + BUILD_ENV="1.0.8" SCRIPT_PATH="$( cd "$(dirname "$0")" ; pwd -P )" LANGUAGES=$1