Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/jemalloc/lib this is not needed (or wanted) for...



details:   https://anonhg.NetBSD.org/src/rev/ba9032cba4a6
branches:  trunk
changeset: 377387:ba9032cba4a6
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jul 10 07:59:24 2023 +0000

description:
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 45e366865cec -r ba9032cba4a6 external/bsd/jemalloc/lib/Makefile
--- a/external/bsd/jemalloc/lib/Makefile        Mon Jul 10 07:04:20 2023 +0000
+++ b/external/bsd/jemalloc/lib/Makefile        Mon Jul 10 07:59:24 2023 +0000
@@ -1,10 +1,13 @@
-# $NetBSD: Makefile,v 1.3 2019/03/12 15:13:25 christos Exp $
+# $NetBSD: Makefile,v 1.4 2023/07/10 07:59:24 mrg 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