From: Nabil Ghodbane Date: Fri, 12 Feb 2021 11:53:49 +0000 (+0100) Subject: qt: clean build directory X-Git-Tag: V9_7_0~119 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ed74beda0ed61e160fd12a6195d48d7d67e380c5;p=tools%2Fsat_salome.git qt: clean build directory --- diff --git a/products/compil_scripts/qt-5.12.10.sh b/products/compil_scripts/qt-5.12.10.sh index be1cb2b..e83d672 100755 --- a/products/compil_scripts/qt-5.12.10.sh +++ b/products/compil_scripts/qt-5.12.10.sh @@ -17,6 +17,9 @@ else BUILD_TYPE="-release" fi +# clean build directory +rm -rf $BUILD_DIR && mkdir -p $BUILD_DIR && cd $BUILD_DIR + # For -qt-harfbuzz option, see spns #9694 echo echo "*** $SOURCE_DIR/configure -prefix $PRODUCT_INSTALL $BUILD_TYPE -opensource -nomake tests -nomake examples -no-rpath -verbose -no-separate-debug-info -confirm-license -qt-libpng -qt-xcb -no-eglfs -dbus-runtime -skip qtwebengine -skip wayland -skip qtgamepad -system-freetype -qt-harfbuzz -no-openssl -no-glib"