diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_netbsd.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index ed46c20a..9766b671 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -73,6 +73,13 @@ done save_netbsd_results b1 echo "=============================================================================" +echo "$(date -u) - Building netbsd ${NETBSD_VERSION} - cleaning up between builds." +echo "=============================================================================" +rm obj/releasedir -r +rm obj/destdir.* -r +# we keep the toolchain(s) + +echo "=============================================================================" echo "$(date -u) - Building netbsd - second build run." echo "=============================================================================" export TZ="/usr/share/zoneinfo/Etc/GMT-14" |