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

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new 2286dc36c Remove the last few remnants of spawnkillable
2286dc36c is described below

commit 2286dc36cfad00d2f9ceb4c9967a4a3d0ee8a906
Author: Nick Vatamaniuc <vatam...@gmail.com>
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

Reply via email to