From 2a754c8fc6570ba3bfb2314574824a4185eeaa1f Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Mon, 26 Jul 2021 20:29:20 -0700 Subject: [PATCH] Update Build.sh --- Source/HBIOS/Build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/HBIOS/Build.sh b/Source/HBIOS/Build.sh index 476f0306..36732cce 100755 --- a/Source/HBIOS/Build.sh +++ b/Source/HBIOS/Build.sh @@ -3,9 +3,6 @@ # fail on any error set -e -# overcome clock resolution issues -sleep 2 - timestamp=$(date +%Y-%m-%d) #timestamp="2020-02-24" @@ -101,3 +98,6 @@ else cat hbios_rom.bin osimg.bin osimg1.bin osimg2.bin >$romname.upd cat hbios_app.bin osimg_small.bin > $romname.com fi + +# make sure everything is rebuilt on subsequent iterations +rm -f hbios_*.bin