mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
make: don't preserve rsync time, conflicting with touch on generators
This commit is contained in:
parent
399da6d176
commit
036df76242
@ -399,7 +399,7 @@ kube::golang::place_bins() {
|
||||
if [[ -d "${full_binpath_src}" ]]; then
|
||||
mkdir -p "${KUBE_OUTPUT_BINPATH}/${platform}"
|
||||
find "${full_binpath_src}" -maxdepth 1 -type f -exec \
|
||||
rsync -ptc {} "${KUBE_OUTPUT_BINPATH}/${platform}" \;
|
||||
rsync -pc {} "${KUBE_OUTPUT_BINPATH}/${platform}" \;
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user