File tree Expand file tree Collapse file tree
tests/lib/libpthread/weak/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # $NetBSD: bsd.lib.mk,v 1.426 2026/01/18 08:30:33 mrg Exp $
1+ # $NetBSD: bsd.lib.mk,v 1.427 2026/01/21 17:57:27 christos Exp $
22# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94
33
44.include <bsd.init.mk>
@@ -911,7 +911,7 @@ ${_DEST.LIB}/${_LIB_g.a}: ${_LIB_g.a} __archiveinstall
911911.endif
912912.endif
913913
914- .if ${MKPIC} != "no" && ${MKPICINSTALL} != "no"
914+ .if ${MKPIC} != "no" && ${MKPICINSTALL} != "no" && !defined(NOPICINSTALL)
915915libinstall :: ${_DEST.LIB}/${_LIB_pic.a}
916916.PRECIOUS : ${_DEST.LIB}/${_LIB_pic.a}
917917
Original file line number Diff line number Diff line change 1- # $NetBSD: Makefile,v 1.1 2025/10/06 13:16:44 riastradh Exp $
1+ # $NetBSD: Makefile,v 1.2 2026/01/21 17:57:27 christos Exp $
22#
33
44MKPROFILE = no # XXX hack -- should be NOPROFILE
55NOLINT= # defined
6+ NOPICINSTALL= # defined
67NOMAN= # defined
78NOSTATICLIB= # defined
89
You can’t perform that action at this time.
0 commit comments