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:
parent
a9656e45a9
commit
924e487caa
@ -89,7 +89,6 @@ _${group}INS: ${_${group}INCS}
|
||||
.if defined(INCSLINKS) && !empty(INCSLINKS)
|
||||
installincludes:
|
||||
.for s t in ${INCSLINKS}
|
||||
@${ECHO} "${DESTDIR}${t} -> ${s}" ; \
|
||||
${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},development} ${s} ${DESTDIR}${t}
|
||||
.endfor
|
||||
.endif
|
||||
|
@ -15,10 +15,8 @@ afterinstall: _installlinks
|
||||
.ORDER: realinstall _installlinks
|
||||
_installlinks:
|
||||
.for s t in ${LINKS}
|
||||
@${ECHO} "${t} -> ${s}" ;\
|
||||
${INSTALL_LINK} ${TAG_ARGS} ${DESTDIR}${s} ${DESTDIR}${t}
|
||||
.endfor
|
||||
.for s t in ${SYMLINKS}
|
||||
@${ECHO} "${t} -> ${s}" ;\
|
||||
${INSTALL_SYMLINK} ${TAG_ARGS} ${s} ${DESTDIR}${t}
|
||||
.endfor
|
||||
|
Loading…
Reference in New Issue
Block a user