mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 03:38:15 +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
|
if [[ -d "${full_binpath_src}" ]]; then
|
||||||
mkdir -p "${KUBE_OUTPUT_BINPATH}/${platform}"
|
mkdir -p "${KUBE_OUTPUT_BINPATH}/${platform}"
|
||||||
find "${full_binpath_src}" -maxdepth 1 -type f -exec \
|
find "${full_binpath_src}" -maxdepth 1 -type f -exec \
|
||||||
rsync -ptc {} "${KUBE_OUTPUT_BINPATH}/${platform}" \;
|
rsync -pc {} "${KUBE_OUTPUT_BINPATH}/${platform}" \;
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user