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 Arrange for the new man page to be...
details: https://anonhg.NetBSD.org/src/rev/3c987f814d10
branches: trunk
changeset: 449497:3c987f814d10
user: christos <christos%NetBSD.org@localhost>
date: Fri Mar 08 20:00:21 2019 +0000
description:
Arrange for the new man page to be installed.
diffstat:
external/bsd/jemalloc/lib/Makefile.inc | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 7984b242400b -r 3c987f814d10 external/bsd/jemalloc/lib/Makefile.inc
--- a/external/bsd/jemalloc/lib/Makefile.inc Fri Mar 08 12:25:38 2019 +0000
+++ b/external/bsd/jemalloc/lib/Makefile.inc Fri Mar 08 20:00:21 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.inc,v 1.2 2019/03/04 19:41:51 christos Exp $
+# $NetBSD: Makefile.inc,v 1.3 2019/03/08 20:00:21 christos Exp $
-JEMALLOC:=${.PARSEDIR}/../
+JEMALLOC:=${.PARSEDIR}/..
JEMALLOC_SRCS+= \
jemalloc.c \
@@ -35,6 +35,8 @@
witness.c
.PATH: ${JEMALLOC}/dist/src ${JEMALLOC}/lib
+.SUFFIXES: .3
+.PATH.3: ${JEMALLOC}/dist/doc
.for i in ${JEMALLOC_SRCS}
CPPFLAGS.${i}+=-I${JEMALLOC}/include -DJEMALLOC_NO_PRIVATE_NAMESPACE
COPTS.${i}+= -fvisibility=hidden -funroll-loops
Home |
Main Index |
Thread Index |
Old Index