Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/share/mk Pull up following revision(s) (requested by gson...
details: https://anonhg.NetBSD.org/src/rev/2444a2f8059a
branches: netbsd-9
changeset: 962890:2444a2f8059a
user: martin <martin%NetBSD.org@localhost>
date: Sun Sep 01 10:40:00 2019 +0000
description:
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.
diffstat:
share/mk/bsd.own.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b9b356e68e66 -r 2444a2f8059a share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sun Sep 01 10:36:25 2019 +0000
+++ b/share/mk/bsd.own.mk Sun Sep 01 10:40:00 2019 +0000
@@ -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 @@
MKNPF \
MKOBJ \
MKPAM MKPERFUSE \
- MKPF MKPIC MKPICINSTALL MKPICLIB MKPOSTFIX MKPROFILE \
+ MKPF MKPIC MKPICLIB MKPOSTFIX MKPROFILE \
MKRUMP \
MKSHARE MKSKEY MKSTATICLIB \
MKUNBOUND \
@@ -1186,7 +1186,7 @@
MKMANZ MKMCLINKER \
MKNOUVEAUFIRMWARE MKNSD \
MKOBJDIRS \
- MKPCC MKPIGZGZIP \
+ MKPCC MKPICINSTALL MKPIGZGZIP \
MKRADEONFIRMWARE MKREPRO \
MKSLJIT MKSOFTFLOAT MKSTRIPIDENT \
MKTEGRAFIRMWARE MKTPM \
Home |
Main Index |
Thread Index |
Old Index