Loading
pkgdep/git: Use -R instead of -r on freebsd for cp
On Linux, these two options have the same meaning, however, on FreeBSD systems -r is treated as -RL. This dereferences all the symlinks copying directly files they point at. This doesn't work very well with git since it will detect that as a type change, aborting following checkout. Use -R to make sure all special files are properly copied as well. Change-Id: Ib066896cf730b0906bcd30449f1e98a31d70ff31 Signed-off-by:Michal Berger <michalx.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4185 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com>