Skip to content

Commit 5cc2d62

Browse files
committed
Revert "Build - also remove external/build dir when cleaning"
This reverts commit 16dec61. (The external/build dir is no longer created as part of the cmake process - I just happened to oddly have an old one hanging around)
1 parent 16dec61 commit 5cc2d62

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

app/linux-clean.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ cd "${SCRIPT_DIR}"
77
echo "Cleaning out build dir...."
88
rm -rf build
99

10-
echo "Cleaning out external build dir..."
11-
rm -rf external/build
12-
1310
echo "Cleaning out BEAM distribution..."
1411
rm -rf server/beam/tau/_build
1512
rm -f server/beam/tau/priv/*.{so,dylib,dll}

app/win-clean.bat

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ cd %~dp0
55
@echo Cleaning out build dir....
66
rmdir build /s /q
77

8-
@echo Cleaning out external build dir....
9-
rmdir external\build /s /q
10-
118
@echo Cleaning out BEAM distribution....
129
rmdir server\beam\tau\_build /s /q
1310
del server\beam\tau\priv\*.so server\beam\tau\priv\*.dylib server\beam\tau\priv\*.dll /s /q

0 commit comments

Comments
 (0)