Lines 319-325
_LINK_HOST_TOOL= ln -sfn
Link Here
|
319 |
# When building on FreeBSD we always copy the host tools instead of linking |
319 |
# When building on FreeBSD we always copy the host tools instead of linking |
320 |
# into WORLDTMP to avoid issues with incompatible libraries (see r364030). |
320 |
# into WORLDTMP to avoid issues with incompatible libraries (see r364030). |
321 |
# Note: we could create links if we don't intend to update the current machine. |
321 |
# Note: we could create links if we don't intend to update the current machine. |
322 |
_COPY_HOST_TOOL= cp -pf |
322 |
_COPY_HOST_TOOL= cp -f |
323 |
.else |
323 |
.else |
324 |
# However, this is not necessary on Linux/macOS. Additionally, copying the host |
324 |
# However, this is not necessary on Linux/macOS. Additionally, copying the host |
325 |
# tools to another directory with cp -p results in freezes on macOS Big Sur for |
325 |
# tools to another directory with cp -p results in freezes on macOS Big Sur for |
326 |
- |
|
|