Make sure out directory exists.
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
diff --git a/open_pdks/run.sh b/open_pdks/run.sh
index d890740..7c2eb91 100755
--- a/open_pdks/run.sh
+++ b/open_pdks/run.sh
@@ -29,6 +29,8 @@
$SCRIPT_DIR/system-setup.sh
+mkdir -p out
+
echo
echo " Current directory: $PWD"
echo " Script: $SCRIPT_SRC"
@@ -52,7 +54,6 @@
# Cleanup any existing docker build
docker stop --time 0 builder || true
docker rm builder || true
-rm -rf out
# Start the docker container to do the build inside.
docker run -dt \