Module Name:    src
Committed By:   christos
Date:           Sat Aug 10 12:20:17 UTC 2019

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
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.1150 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.1150
--- src/share/mk/bsd.own.mk:1.1149	Wed Jul 24 05:28:29 2019
+++ src/share/mk/bsd.own.mk	Sat Aug 10 08:20:17 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.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 @@ _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 \

Reply via email to