Module Name: src Committed By: martin Date: Sun Sep 1 10:40:00 UTC 2019
Modified Files: src/share/mk [netbsd-9]: bsd.own.mk Log Message: Pull up following revision(s) (requested by gson in ticket #124): share/mk/bsd.own.mk: revision 1.1150 Don't install PIC libraries by default because they are too big since they contain debug symbols. I supplied a patch in PR/54449 to remove the debugging symbols but folks preferred to not install them at all. To generate a diff of this commit: cvs rdiff -u -r1.1149 -r1.1149.2.1 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.own.mk diff -u src/share/mk/bsd.own.mk:1.1149 src/share/mk/bsd.own.mk:1.1149.2.1 --- src/share/mk/bsd.own.mk:1.1149 Wed Jul 24 09:28:29 2019 +++ src/share/mk/bsd.own.mk Sun Sep 1 10:40:00 2019 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1149 2019/07/24 09:28:29 roy Exp $ +# $NetBSD: bsd.own.mk,v 1.1149.2.1 2019/09/01 10:40:00 martin Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -1070,7 +1070,7 @@ _MKVARS.yes= \ MKNPF \ MKOBJ \ MKPAM MKPERFUSE \ - MKPF MKPIC MKPICINSTALL MKPICLIB MKPOSTFIX MKPROFILE \ + MKPF MKPIC MKPICLIB MKPOSTFIX MKPROFILE \ MKRUMP \ MKSHARE MKSKEY MKSTATICLIB \ MKUNBOUND \ @@ -1186,7 +1186,7 @@ _MKVARS.no= \ MKMANZ MKMCLINKER \ MKNOUVEAUFIRMWARE MKNSD \ MKOBJDIRS \ - MKPCC MKPIGZGZIP \ + MKPCC MKPICINSTALL MKPIGZGZIP \ MKRADEONFIRMWARE MKREPRO \ MKSLJIT MKSOFTFLOAT MKSTRIPIDENT \ MKTEGRAFIRMWARE MKTPM \