Split into clean.sh and distclean.sh.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2020-03-21 19:34:22 +00:00
parent 6174ba2d5c
commit 4718c1e306
2 changed files with 12 additions and 8 deletions

View File

@ -1,11 +1,6 @@
#!/bin/sh
# Copyright (c) 2020 The Zcash developers
rm -rf depends/*-*-*
rm -rf depends/built
rm -rf depends/sources
rm -rf target
rm -f src/Makefile
rm -f src/Makefile.in
rm -f doc/man/Makefile
@ -18,9 +13,6 @@ rm -f src/leveldb/build_config.mk
rm -f src/test/buildenv.py
rm -f src/test/data/alertTests.raw.h
rm -f .cargo/config
rm -f .cargo/.configured-for-offline
rm -f qa/pull-tester/run-bitcoind-for-test.sh
rm -f qa/pull-tester/tests-config.sh

12
zcutil/distclean.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh
# Copyright (c) 2020 The Zcash developers
zcutil/clean.sh
rm -rf depends/*-*-*
rm -rf depends/built
rm -rf depends/sources
rm -rf target
rm -f .cargo/config
rm -f .cargo/.configured-for-offline