Page MenuHomeFreeBSD

D26551.diff
No OneTemporary

D26551.diff

Index: head/Mk/bsd.port.mk
===================================================================
--- head/Mk/bsd.port.mk
+++ head/Mk/bsd.port.mk
@@ -5134,7 +5134,12 @@
.if !target(create-binary-alias)
create-binary-alias: ${BINARY_LINKDIR}
.for target src in ${BINARY_ALIAS:C/=/ /}
- @${RLN} `which ${src}` ${BINARY_LINKDIR}/${target}
+ @if srcpath=`which -- ${src}`; then \
+ ${RLN} $${srcpath} ${BINARY_LINKDIR}/${target}; \
+ else \
+ ${ECHO_MSG} "===> Missing \"${src}\" to create a binary alias at \"${BINARY_LINKDIR}/${target}\""; \
+ ${FALSE}; \
+ fi
.endfor
.endif
.endif

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 31, 3:45 AM (4 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35765227
Default Alt Text
D26551.diff (588 B)

Event Timeline