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

brycemecum pushed a commit to branch maint-19.0.1.1-r
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 7dd6d011cb10fe1f3938a0b5e9a26d945802b903
Author: Neal Richardson <[email protected]>
AuthorDate: Fri Mar 28 08:02:48 2025 -0400

    MINOR: [R] Don't print that we're cleaning up static libs (#45958)
    
    ### Rationale for this change
    
    Suggestion from @gaborcsardi to be more discreet about #45870.
    
    ### What changes are included in this PR?
    
    `@`
    
    ### Are these changes tested?
    
    CI should pass
    
    ### Are there any user-facing changes?
    
    🤐
---
 r/src/Makevars.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/r/src/Makevars.in b/r/src/Makevars.in
index 44bc24c887..7a09d6cff3 100644
--- a/r/src/Makevars.in
+++ b/r/src/Makevars.in
@@ -31,4 +31,4 @@ PKG_LIBS=@libs@
 all: $(SHLIB) purify
 
 purify: $(SHLIB)
-       rm -rf ../libarrow || true
+       @rm -rf ../libarrow || true

Reply via email to