summaryrefslogtreecommitdiff
path: root/Build-tools/Do-all-build-steps
diff options
context:
space:
mode:
Diffstat (limited to 'Build-tools/Do-all-build-steps')
-rwxr-xr-xBuild-tools/Do-all-build-steps4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build-tools/Do-all-build-steps b/Build-tools/Do-all-build-steps
index 1631e613f51..ba19bf1537e 100755
--- a/Build-tools/Do-all-build-steps
+++ b/Build-tools/Do-all-build-steps
@@ -24,9 +24,9 @@ set -x
# Move to the right place
cd "$WD"
# Create a build directory tree
-bk export -w $BD
-chmod a+x $BD/mit-pthreads/config/configure $BD/Build-tools/* $BD/tests/*.pl
+bk export $BD
cd "$BD"
+chmod -R a+rw,g+rw .
#Make it easy to remove an old build
umask 002