mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
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
9c92bb71de
commit
2f445a5314
2 changed files with 0 additions and 3 deletions
|
|
@ -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 a new issue