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

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git


The following commit(s) were added to refs/heads/master by this push:
     new add852c0 TOREE-566 - Fix make clean  when no dist directory exists 
(#235)
add852c0 is described below

commit add852c0f85ade84af53593b4fff9366418eda56
Author: Luciano Resende <[email protected]>
AuthorDate: Sat Nov 8 15:33:08 2025 -0800

    TOREE-566 - Fix make clean  when no dist directory exists (#235)
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 473c791d..2a8f4525 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ build-info:
        @echo '$(ENV_OPTS) $(VERSION)'
 
 clean-dist:
-       -rm -r dist
+       -rm -rf dist
 
 clean: VM_WORKDIR=/src/toree-kernel
 clean: clean-dist

Reply via email to