Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102857921
D43372.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
528 B
Referenced Files
None
Subscribers
None
D43372.diff
View Options
diff --git a/tools/build/Makefile b/tools/build/Makefile
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -370,9 +370,9 @@
.endif
.for var in CC CXX CPP LD
.for X in $${_empty_var_} X
-.if !empty(${X}${var}) && !${${X}${var}:M/*} && \
- !${_toolchain_tools_to_symlink:U:M${${X}${var}}}
-_toolchain_tools_to_symlink+= ${${X}${var}}
+.if !empty(${X}${var}) && !${${X}${var}:[1]:M/*} && \
+ !${_toolchain_tools_to_symlink:U:M${${X}${var}:[1]}}
+_toolchain_tools_to_symlink+= ${${X}${var}:[1]}
.endif
.endfor
.endfor
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 2:05 AM (20 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14708516
Default Alt Text
D43372.diff (528 B)
Attached To
Mode
D43372: build: only inspect the first word of toolchain tools
Attached
Detach File
Event Timeline
Log In to Comment