1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 14:25:37 +02:00

Fix 2.0 N-builds

This commit is contained in:
Martin Oberhuber 2007-01-17 19:02:55 +00:00
parent 479e74ee2c
commit 7fd7e2c19e
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ fi
#Remove old logs and builds
echo "Removing old logs and builds..."
cd $HOME/ws
cd $HOME/ws2
#rm log-*.txt
if [ -d working/build ]; then
rm -rf working/build

View file

@ -24,7 +24,7 @@ curdir=`pwd`
#Remove old logs and builds
echo "Removing old logs and builds..."
cd $HOME/ws
cd $HOME/ws2
rm log-N*.txt
if [ -d working/build ]; then
rm -rf working/build