Source-Changes-HG archive

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

[src/trunk]: src/lib switch to the external version of libmalloc



details:   https://anonhg.NetBSD.org/src/rev/489c0908fb95
branches:  trunk
changeset: 342902:489c0908fb95
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jan 13 21:57:26 2016 +0000

description:
switch to the external version of libmalloc

diffstat:

 lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d194381994a5 -r 489c0908fb95 lib/Makefile
--- a/lib/Makefile      Wed Jan 13 21:56:38 2016 +0000
+++ b/lib/Makefile      Wed Jan 13 21:57:26 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.237 2015/12/31 20:11:32 christos Exp $
+#      $NetBSD: Makefile,v 1.238 2016/01/13 21:57:26 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -75,7 +75,7 @@
 
 SUBDIR+=       ../external/public-domain/sqlite/lib
 
-SUBDIR+=       ../gnu/lib/libmalloc
+SUBDIR+=       ../external/gpl2/libmalloc
 
 .if (${MKGCC} != "no")
 SUBDIR+=       ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libobjc



Home | Main Index | Thread Index | Old Index