This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch enable-tls-clean
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 468910e175aba4baa249e3f35206dd5cf9eff2aa
Author: Robert Newson <[email protected]>
AuthorDate: Thu Sep 18 18:38:03 2025 +0100

    fix make clean after dev/run --enable-tls
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index eefd4988c..6847037df 100644
--- a/Makefile
+++ b/Makefile
@@ -497,7 +497,7 @@ clean:
        @rm -rf src/mango/.venv
        @rm -f src/couch/priv/couch_js/config.h
        @rm -f dev/*.beam dev/devnode.* dev/pbkdf2.pyc log/crash.log
-       @rm -f src/couch_dist/certs/out
+       @rm -rf src/couch_dist/certs/out
        @rm -rf src/docs/build src/docs/.venv
 ifeq ($(with_nouveau), true)
        @cd nouveau && $(GRADLE) clean

Reply via email to