From 1b749c169ccff9205044c6046d6750c955776374 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 9 Jul 2015 20:15:33 +0200 Subject: reproducible netbsd: use -U to avoid using sudo --- bin/reproducible_netbsd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_netbsd.sh') diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index c37353f9..cde63c11 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -72,7 +72,7 @@ for MACHINE in $MACHINES ; do # save results in b1 save_netbsd_results b1 ${MACHINE} # cleanup and explicitly delete old tooldir to force re-creation for the next $MACHINE type - ./build.sh -m ${MACHINE} cleandir + ./build.sh -U -m ${MACHINE} cleandir rm obj/tooldir.* -rf echo "${MACHINE} done, first time." done @@ -102,7 +102,7 @@ for MACHINE in $MACHINES ; do # save results in b2 save_netbsd_results b2 ${MACHINE} # cleanup and explicitly delete old tooldir to force re-creation for the next $MACHINE type - ./build.sh -m ${MACHINE} cleandir + ./build.sh -U -m ${MACHINE} cleandir rm obj/tooldir.* -r echo "${MACHINE} done, second time." done -- cgit v1.2.3-54-g00ecf