From: Bill Zorn Date: Tue, 21 Aug 2018 00:50:41 +0000 (-0700) Subject: oops oops -f so the script won't complain if nothing is there X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=52c6f91b0da3f3288d71c96720603d59efdd2a9e;p=sfpy.git oops oops -f so the script won't complain if nothing is there --- diff --git a/docker-build-wheels.sh b/docker-build-wheels.sh index 7903031..bf7dc1c 100755 --- a/docker-build-wheels.sh +++ b/docker-build-wheels.sh @@ -2,7 +2,7 @@ set -e -x cd /io/ -rm wheelhouse/*.whl +rm -f wheelhouse/*.whl (cd SoftPosit/build/Linux-x86_64-GCC; make clean; make) (cd berkeley-softfloat-3/build/Linux-x86_64-GCC; make clean; make)