Skip to content
Snippets Groups Projects
Commit 401dc84c authored by henry's avatar henry
Browse files

Added the removal of $1$WM_MPLIB as suggested in

http://openfoam.cfd-online.com/cgi-bin/forum/show.cgi?126/7969
parent d8c093fa
Branches
Tags
No related merge requests found
......@@ -47,11 +47,10 @@ then
exit 1
fi
find `find . -depth \( -name "Make.[A-Za-z]*" -o -name "Make" \) -type d -print` \
-depth \( -type d -name "*$1" -o -name "*$1$WM_MPLIB" \) -exec rm -r {} \;
find `find . -depth \( -name "Make.[A-Za-z]*" -o -name "Make" \) -type d -print` -depth \( -type d -name "*$1" \) -exec rm -r {} \;
find . -depth -type d \( -name ii_files -o -name Templates.DB \) -exec rm -rf {} \;
#find . -depth -type d \( -name ii_files -o -name Templates.DB \) -exec rm -rf {} \;
if [ -d lib/$1 ]
......@@ -67,10 +66,5 @@ then
fi
fi
#if [ src/mpich-${MPICH_VERSION}/platforms/$1 ]
#then
# rm -rf src/mpich-${MPICH_VERSION}/platforms/$1
#fi
#------------------------------------------------------------------------------
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment