Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Don't install PIC libraries by default because they...
details: https://anonhg.NetBSD.org/src/rev/a546cbaaee22
branches: trunk
changeset: 1002674:a546cbaaee22
user: christos <christos%NetBSD.org@localhost>
date: Sat Aug 10 12:20:17 2019 +0000
description:
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 4133281a627f -r a546cbaaee22 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sat Aug 10 11:20:50 2019 +0000
+++ b/share/mk/bsd.own.mk Sat Aug 10 12:20:17 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.1150 2019/08/10 12:20:17 christos 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