Skip to content

Commit 47b05ab

Browse files
committed
Address review comments: target and depends/work should be cleaned by clean.sh.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
1 parent 6214266 commit 47b05ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

zcutil/clean.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ rm -f src/fuzz.cpp
2727
rm -rf test_bitcoin.coverage/ zcash-gtest.coverage/ total.coverage/
2828

2929
rm -rf cache
30+
rm -rf target
31+
rm -rf depends/work
3032

3133
find src -type f -and \( -name '*.Po' -or -name '*.Plo' -or -name '*.o' -or -name '*.a' -or -name '*.la' -or -name '*.lo' -or -name '*.lai' -or -name '*.pc' -or -name '.dirstamp' -or -name '*.gcda' -or -name '*.gcno' -or -name '*.sage.py' -or -name '*.trs' \) -delete
3234

zcutil/distclean.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
zcutil/clean.sh
55

66
rm -rf depends/*-*-*
7-
rm -rf depends/work
87
rm -rf depends/built
98
rm -rf depends/sources
10-
rm -rf target
119

1210
rm -rf afl-temp
1311
rm -rf src/fuzzing/*/output

0 commit comments

Comments
 (0)