]> granicus.if.org Git - libvpx/commitdiff
Remove everything before cmake configuration
authorYi Luo <luoyi@google.com>
Thu, 18 Jan 2018 23:39:44 +0000 (15:39 -0800)
committerYi Luo <luoyi@google.com>
Thu, 18 Jan 2018 23:39:44 +0000 (15:39 -0800)
Change-Id: I9556aba0499ec743133b3d26d2f96d3528feb421

scripts/aom_conf_build.sh

index 7241f81a655e7012db9527886b8bffb4cd99f85d..e95fc50a39e26543ba86b8585a1b39cf3ed10320 100755 (executable)
@@ -7,6 +7,7 @@ exp_tool=
 
 cd $build_dir
 make clean > /dev/null
+rm -fr *
 $script_dir/aom_nightly_config.sh
 make -j > /dev/null
 if [ $? -ne 0 ]; then