Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140661318
D50822.id156938.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
963 B
Referenced Files
None
Subscribers
None
D50822.id156938.diff
View Options
diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2742,7 +2742,7 @@
if [ ! -e "$${source_path}" ] ; then \
echo "Cannot find host tool '${_tool}'"; false; \
fi; \
- cp -pf "$${source_path}" "${WORLDTMP}/legacy/bin/${_tool}"
+ cp -Npf "$${source_path}" "${WORLDTMP}/legacy/bin/${_tool}"
${_bt}-links: ${_bt}-link-${_tool}
.endfor
diff --git a/tools/build/Makefile b/tools/build/Makefile
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -340,7 +340,7 @@
# 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 -Npf
.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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 27, 1:50 PM (7 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27306236
Default Alt Text
D50822.id156938.diff (963 B)
Attached To
Mode
D50822: tools/build: Disable copying file flags during toolchain bootstrapping
Attached
Detach File
Event Timeline
Log In to Comment