Don't do anything with mw-explore during buildall - it contains unreliable junk.

This commit is contained in:
simon 2016-12-27 15:44:57 +00:00
parent 39b7cd608c
commit 47caea3eb8

View file

@ -140,6 +140,8 @@ fi
for dir in mw-* for dir in mw-*
do do
if [ "${dir}" != "mw-explore" ]
then
pushd ${dir} pushd ${dir}
# Make a temporary directory to keep the work-in-progress files. # Make a temporary directory to keep the work-in-progress files.
@ -272,6 +274,7 @@ do
# if nothing broke so far, clean up... # if nothing broke so far, clean up...
rm -rf "${tmp}" rm -rf "${tmp}"
popd popd
fi
done done