FreeBSD Bugzilla – Attachment 246245 Details for
Bug 275030
buildworld fails if obj dir is NFS-mounted
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to enable building with NFS-mounted /usr/src and /usr/obj
patch (text/plain), 1.07 KB, created by
Martin Birgmeier
on 2023-11-11 18:39:05 UTC
(
hide
)
Description:
patch to enable building with NFS-mounted /usr/src and /usr/obj
Filename:
MIME Type:
Creator:
Martin Birgmeier
Created:
2023-11-11 18:39:05 UTC
Size:
1.07 KB
patch
obsolete
>diff --git a/Makefile.inc1 b/Makefile.inc1 >index 4f564547bc84..544f2cf32f9c 100644 >--- a/Makefile.inc1 >+++ b/Makefile.inc1 >@@ -2577,7 +2577,7 @@ ${_bt}-link-${_tool}: .PHONY > if [ ! -e "$${source_path}" ] ; then \ > echo "Cannot find host tool '${_tool}'"; false; \ > fi; \ >- cp -pf "$${source_path}" "${WORLDTMP}/legacy/bin/${_tool}" >+ cp -f "$${source_path}" "${WORLDTMP}/legacy/bin/${_tool}" > ${_bt}-links: ${_bt}-link-${_tool} > .endfor > >diff --git a/tools/build/Makefile b/tools/build/Makefile >index 8ad104f904ea..4193d39b6eab 100644 >--- a/tools/build/Makefile >+++ b/tools/build/Makefile >@@ -319,7 +319,7 @@ _LINK_HOST_TOOL= ln -sfn > # When building on FreeBSD we always copy the host tools instead of linking > # into WORLDTMP to avoid issues with incompatible libraries (see r364030). > # Note: we could create links if we don't intend to update the current machine. >-_COPY_HOST_TOOL= cp -pf >+_COPY_HOST_TOOL= cp -f > .else > # However, this is not necessary on Linux/macOS. Additionally, copying the host > # tools to another directory with cp -p results in freezes on macOS Big Sur for
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 275030
: 246245 |
246393