mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 12:11:43 +00:00
make: don't preserve rsync time, conflicting with touch on generators
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user