? mklib ? o ? x ? y Index: bsd.lib.mk =================================================================== RCS file: /cvsroot/src/share/mk/bsd.lib.mk,v retrieving revision 1.379 diff -u -p -u -r1.379 bsd.lib.mk --- bsd.lib.mk 21 Jan 2019 21:11:54 -0000 1.379 +++ bsd.lib.mk 9 Aug 2019 09:43:16 -0000 @@ -566,6 +566,11 @@ __archiveinstall: .USE ${_INSTRANLIB} ${.ALLSRC} ${.TARGET} .endif +__archivestripdebuginstall: .USE + ${_MKTARGET_INSTALL} + ${INSTALL_FILE} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ + -S -g ${_INSTRANLIB} ${.ALLSRC} ${.TARGET} + __archivesymlinkpic: .USE ${_MKTARGET_INSTALL} ${INSTALL_SYMLINK} ${.ALLSRC} ${.TARGET} @@ -801,7 +806,7 @@ ${_DEST.LIB}/${_LIB_pic.a}! .MADE .if ${MKPICLIB} == "no" ${_DEST.LIB}/${_LIB_pic.a}! ${_LIB.a} __archivesymlinkpic .else -${_DEST.LIB}/${_LIB_pic.a}! ${_LIB_pic.a} __archiveinstall +${_DEST.LIB}/${_LIB_pic.a}! ${_LIB_pic.a} __archivestripdebuginstall .endif .else .if !defined(BUILD) && !make(all) && !make(${_LIB_pic.a}) @@ -810,7 +815,7 @@ ${_DEST.LIB}/${_LIB_pic.a}: .MADE .if ${MKPICLIB} == "no" ${_DEST.LIB}/${_LIB_pic.a}: ${_LIB.a} __archivesymlinkpic .else -${_DEST.LIB}/${_LIB_pic.a}: ${_LIB_pic.a} __archiveinstall +${_DEST.LIB}/${_LIB_pic.a}: ${_LIB_pic.a} __archivestripdebuginstall .endif .endif .endif