Browse Source

build: Add a deprecation warning in build.sh

Yuri D'Elia 1 year ago
parent
commit
c5cb8f77e6
1 changed files with 5 additions and 0 deletions
  1. 5 0
      build.sh

+ 5 - 0
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