Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2023 18:20:12 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 075c71655807 - main - jemalloc: drop unused .PATH
Message-ID:  <202308161820.37GIKClv000326@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/src/commit/?id=075c716558072a54f6dca6f5a9f50d32418c04b8

commit 075c716558072a54f6dca6f5a9f50d32418c04b8
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-08-16 18:16:43 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-08-16 18:16:43 +0000

    jemalloc: drop unused .PATH
    
    All jemalloc sources are in contrib so don't look for them in the
    jemalloc subdirectory.
    
    Reviewed by:    jrtc27, emaste
    Sponsored by:   DARPA
    Differential Revision:  https://reviews.freebsd.org/D41481
---
 lib/libc/stdlib/jemalloc/Makefile.inc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/libc/stdlib/jemalloc/Makefile.inc b/lib/libc/stdlib/jemalloc/Makefile.inc
index 2f5e43e963fb..edaa92790c5b 100644
--- a/lib/libc/stdlib/jemalloc/Makefile.inc
+++ b/lib/libc/stdlib/jemalloc/Makefile.inc
@@ -1,6 +1,3 @@
-
-.PATH: ${LIBC_SRCTOP}/stdlib/jemalloc
-
 JEMALLOCSRCS:= jemalloc.c arena.c background_thread.c base.c bin.c bitmap.c \
 	ckh.c ctl.c div.c extent.c extent_dss.c extent_mmap.c hash.c hook.c \
 	large.c log.c malloc_io.c mutex.c mutex_pool.c nstime.c pages.c \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308161820.37GIKClv000326>