mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 23:35:48 +02:00
Fix 2.0 N-builds
This commit is contained in:
parent
479e74ee2c
commit
7fd7e2c19e
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ fi
|
||||||
|
|
||||||
#Remove old logs and builds
|
#Remove old logs and builds
|
||||||
echo "Removing old logs and builds..."
|
echo "Removing old logs and builds..."
|
||||||
cd $HOME/ws
|
cd $HOME/ws2
|
||||||
#rm log-*.txt
|
#rm log-*.txt
|
||||||
if [ -d working/build ]; then
|
if [ -d working/build ]; then
|
||||||
rm -rf working/build
|
rm -rf working/build
|
||||||
|
|
|
@ -24,7 +24,7 @@ curdir=`pwd`
|
||||||
|
|
||||||
#Remove old logs and builds
|
#Remove old logs and builds
|
||||||
echo "Removing old logs and builds..."
|
echo "Removing old logs and builds..."
|
||||||
cd $HOME/ws
|
cd $HOME/ws2
|
||||||
rm log-N*.txt
|
rm log-N*.txt
|
||||||
if [ -d working/build ]; then
|
if [ -d working/build ]; then
|
||||||
rm -rf working/build
|
rm -rf working/build
|
||||||
|
|
Loading…
Add table
Reference in a new issue