Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/libuv/lib Arrange to create an _pic.a library too.



details:   https://anonhg.NetBSD.org/src/rev/28ce1452a47f
branches:  trunk
changeset: 933971:28ce1452a47f
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 01 14:39:42 2020 +0000

description:
Arrange to create an _pic.a library too.

diffstat:

 external/mit/libuv/lib/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (15 lines):

diff -r 1eda2b7b7731 -r 28ce1452a47f external/mit/libuv/lib/Makefile
--- a/external/mit/libuv/lib/Makefile   Mon Jun 01 14:39:14 2020 +0000
+++ b/external/mit/libuv/lib/Makefile   Mon Jun 01 14:39:42 2020 +0000
@@ -1,9 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/05/30 20:54:46 christos Exp $
+# $NetBSD: Makefile,v 1.4 2020/06/01 14:39:42 christos Exp $
 
-LIBISPRIVATE=yes
-
-LIBISPRIVATE=yes
-MKPICLIB=yes
+LIBISPRIVATE=pic
 
 .include <bsd.own.mk>
 



Home | Main Index | Thread Index | Old Index