Skip to content

Commit 8602a2c

Browse files
committed
remove commented target
1 parent b5bfa98 commit 8602a2c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ $(CHAINSTATE_DIR): /usr/bin/tar /usr/bin/zstd
3737
fi
3838

3939
# Boot the network from the local chainstate archive
40-
# up: check-not-running | $(CHAINSTATE_DIR)
4140
up: check-not-running | build $(CHAINSTATE_DIR)
4241
@echo "Starting $(PROJECT) network from chainstate archive"
4342
@echo " Chainstate Dir: $(CHAINSTATE_DIR)"
@@ -77,7 +76,6 @@ down-force:
7776
@if [ -f .current-chainstate-dir ]; then \
7877
rm -f .current-chainstate-dir
7978
fi
80-
sudo rm -rf ./docker/chainstate/*
8179

8280
# Build the images with a cache if present
8381
build: check-not-running
@@ -202,6 +200,7 @@ check-params: | check-running
202200

203201
# force stop and remove any existing chainstates (leaving all docker images/layers)
204202
clean: down-force
203+
sudo rm -rf ./docker/chainstate/*
205204

206205

207206
.PHONY: up genesis up-genesis down-genesis down down-force build build-no-cache log log-all backup-logs current-chainstate-dir snapshot pause unpause stop start restart stress test monitor check-not-running check-running check-params clean

0 commit comments

Comments
 (0)