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

weichiu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 68452d0573 HDDS-12893. addendum: cp: warning: behavior of -n is 
non-portable and may change in future; use --update=none instead (#8334)
68452d0573 is described below

commit 68452d057391fb197ab62136e0039fb208ccc8c1
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Thu Apr 24 17:53:54 2025 -0700

    HDDS-12893. addendum: cp: warning: behavior of -n is non-portable and may 
change in future; use --update=none instead (#8334)
---
 hadoop-ozone/dist/dev-support/bin/dist-layout-stitching | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-ozone/dist/dev-support/bin/dist-layout-stitching 
b/hadoop-ozone/dist/dev-support/bin/dist-layout-stitching
index 125ccfdf1c..7f0754ea9e 100755
--- a/hadoop-ozone/dist/dev-support/bin/dist-layout-stitching
+++ b/hadoop-ozone/dist/dev-support/bin/dist-layout-stitching
@@ -132,7 +132,7 @@ run mkdir compose/_keytabs
 
 # Determine CPFLAGS based on system type
 if [ "$(uname)" = "Darwin" ]; then
-  CPFLAGS="--no-clobber"
+  CPFLAGS="-n"
 else
   CPFLAGS="--update=none"
 fi


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to