Commit bf2795c6 authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Ben Walker
Browse files

test/blobfs/rocksdb: clean before building



RocksDB's build system does not correctly generate dependencies - if
headers have been removed in the SPDK repository since the previous
build, the .d files will prevent the build from continuing.

Avoid this by cleaning up any left-over build outputs from the previous
run.

Change-Id: Ib8669273eb38c241f83e14714683693430469462
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent e9bfc110
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ timing_enter rocksdb
timing_enter db_bench_build

pushd $DB_BENCH_DIR
git clean -x -f -d
$MAKE db_bench $MAKEFLAGS $MAKECONFIG DEBUG_LEVEL=0 SPDK_DIR=$rootdir
popd