This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch 3.4.2-prep in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 2dc9614fe62f884d886fe59c14ae57e7b8d545bd Author: Nick Vatamaniuc <[email protected]> AuthorDate: Mon Sep 30 11:23:51 2024 -0400 Remove the last few remnants of spawnkillable --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index c93cafab3..e6f692794 100644 --- a/Makefile +++ b/Makefile @@ -474,11 +474,9 @@ clean: @rm -rf src/*/ebin @rm -rf src/*/.rebar @rm -rf src/*/priv/*.so - @rm -rf src/couch/priv/{couchspawnkillable,couchjs} @rm -rf share/server/main.js share/server/main-ast-bypass.js share/server/main-coffee.js @rm -rf tmp dev/data dev/lib dev/logs @rm -rf src/mango/.venv - @rm -f src/couch/priv/couchspawnkillable @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
