delete CMake cache instead of all the build dir
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@987 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
8e66443dc4
commit
93dd395b92
1 changed files with 6 additions and 0 deletions
|
|
@ -31,6 +31,12 @@ do
|
|||
gen=`echo "$gen" | sed s/_/\ /g`
|
||||
echo "*** BEGIN Generator=$gen" >> $SPY
|
||||
|
||||
### Remove build dirs content #########################################
|
||||
rm -Rf $PARADISEO_EO_DIR/build/CMakeCache.txt
|
||||
rm -Rf $PARADISEO_MO_DIR/build/CMakeCache.txt
|
||||
rm -Rf $PARADISEO_MOEO_DIR/build/CMakeCache.txt
|
||||
rm -Rf $PARADISEO_PEO_DIR/build/CMakeCache.txt
|
||||
|
||||
################ EO ##################################################
|
||||
# Launch CMake for EO
|
||||
cd $PARADISEO_EO_DIR/build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue