Source-Changes-HG archive

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

[src/netbsd-10]: src/external/bsd/jemalloc/lib Pull up following revision(s) ...



details:   https://anonhg.NetBSD.org/src/rev/fb1da91bdbaa
branches:  netbsd-10
changeset: 377491:fb1da91bdbaa
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Jul 14 08:33:25 2023 +0000

description:
Pull up following revision(s) (requested by mrg in ticket #235):

        external/bsd/jemalloc/lib/Makefile: revision 1.4

this is not needed (or wanted) for jemalloc 1.0, so make it empty.

diffstat:

 external/bsd/jemalloc/lib/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9ab06688c964 -r fb1da91bdbaa external/bsd/jemalloc/lib/Makefile
--- a/external/bsd/jemalloc/lib/Makefile        Fri Jul 14 08:31:27 2023 +0000
+++ b/external/bsd/jemalloc/lib/Makefile        Fri Jul 14 08:33:25 2023 +0000
@@ -1,10 +1,13 @@
-# $NetBSD: Makefile,v 1.3 2019/03/12 15:13:25 christos Exp $
+# $NetBSD: Makefile,v 1.3.12.1 2023/07/14 08:33:25 martin Exp $
 
 WARNS?= 5
 .include <bsd.init.mk>
 
 LIB=jemalloc
 
+# The symbols from the stub only exist in newer jemalloc.
+.if ${HAVE_JEMALLOC:U0} != 100
 SRCS=jemalloc_stub.c
+.endif
 
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index