From c7fad3924b98dbb34639662dcbdd46f3ba371369 Mon Sep 17 00:00:00 2001 From: Yi Luo Date: Tue, 23 Jan 2018 11:03:51 -0800 Subject: [PATCH] Apply rm -fr ./* before cmake Change-Id: Ida487b0f54267dbcfd152b7b5f5507afafbb950a --- scripts/aom_conf_build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/aom_conf_build.sh b/scripts/aom_conf_build.sh index e95fc50a3..edb2846a7 100755 --- a/scripts/aom_conf_build.sh +++ b/scripts/aom_conf_build.sh @@ -1,4 +1,5 @@ #!/bin/sh +#set -x root_dir=$1 build_dir=$root_dir/release @@ -7,7 +8,7 @@ exp_tool= cd $build_dir make clean > /dev/null -rm -fr * +rm -fr ./* $script_dir/aom_nightly_config.sh make -j > /dev/null if [ $? -ne 0 ]; then -- 2.50.0