hickup in dirs in last commit

This commit is contained in:
Martin Diehl 2016-03-05 22:31:33 +01:00
parent 3d6a034c9e
commit f276c61c33
2 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@ if [ ! -d build ]; then
mkdir build
fi
cd build
if [ -d build_FEM ] ; then
if [ -d FEM ] ; then
rm -rf FEM
fi
mkdir FEM
@ -41,6 +41,6 @@ cmake -D PETSC_DIR=${PETSC_DIR} \
echo
echo "Please move to the build directory using"
echo " cd build/build_spectral"
echo " cd build/FEM"
echo "Using the following command to build DAMASK spectral solver"
echo " make clean all install"

View File

@ -15,11 +15,11 @@ if [ ! -d build ]; then
mkdir build
fi
cd build
if [ -d build ] ; then
rm -rf build
if [ -d spectral ] ; then
rm -rf spectral
fi
mkdir build
cd build
mkdir spectral
cd spectral
##
# CMake call