Reapply r295227: Stop hiding link install commands.
This was lost in the release-pkg merge in r298107. Sponsored by: Dell EMC Isilon
This commit is contained in:
@@ -89,7 +89,6 @@ _${group}INS: ${_${group}INCS}
|
|||||||
.if defined(INCSLINKS) && !empty(INCSLINKS)
|
.if defined(INCSLINKS) && !empty(INCSLINKS)
|
||||||
installincludes:
|
installincludes:
|
||||||
.for s t in ${INCSLINKS}
|
.for s t in ${INCSLINKS}
|
||||||
@${ECHO} "${DESTDIR}${t} -> ${s}" ; \
|
|
||||||
${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},development} ${s} ${DESTDIR}${t}
|
${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},development} ${s} ${DESTDIR}${t}
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|||||||
@@ -15,10 +15,8 @@ afterinstall: _installlinks
|
|||||||
.ORDER: realinstall _installlinks
|
.ORDER: realinstall _installlinks
|
||||||
_installlinks:
|
_installlinks:
|
||||||
.for s t in ${LINKS}
|
.for s t in ${LINKS}
|
||||||
@${ECHO} "${t} -> ${s}" ;\
|
|
||||||
${INSTALL_LINK} ${TAG_ARGS} ${DESTDIR}${s} ${DESTDIR}${t}
|
${INSTALL_LINK} ${TAG_ARGS} ${DESTDIR}${s} ${DESTDIR}${t}
|
||||||
.endfor
|
.endfor
|
||||||
.for s t in ${SYMLINKS}
|
.for s t in ${SYMLINKS}
|
||||||
@${ECHO} "${t} -> ${s}" ;\
|
|
||||||
${INSTALL_SYMLINK} ${TAG_ARGS} ${s} ${DESTDIR}${t}
|
${INSTALL_SYMLINK} ${TAG_ARGS} ${s} ${DESTDIR}${t}
|
||||||
.endfor
|
.endfor
|
||||||
|
|||||||
Reference in New Issue
Block a user