Don't do anything with mw-explore during buildall - it contains unreliable junk.
This commit is contained in:
parent
39b7cd608c
commit
47caea3eb8
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue