Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2023 23:11:52 GMT
From:      Jessica Clarke <jrtc27@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5ed851515129 - main - Makefile.libcompat: Remove unused _LC_INCDIRS
Message-ID:  <202306272311.35RNBq0r008966@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=5ed851515129c9c3bfe255baac1c29cb3b041862

commit 5ed851515129c9c3bfe255baac1c29cb3b041862
Author:     Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2023-06-27 23:09:44 +0000
Commit:     Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2023-06-27 23:09:44 +0000

    Makefile.libcompat: Remove unused _LC_INCDIRS
    
    This is no longer referenced as of commit 724123b9f4d3 ("libcompat: Use
    WORLDTMP sysroot").
    
    Reviewed by:    brooks, jhb, imp
    Differential Revision:  https://reviews.freebsd.org/D40569
---
 Makefile.libcompat | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Makefile.libcompat b/Makefile.libcompat
index 5343b2e2480c..05e77a980b6a 100644
--- a/Makefile.libcompat
+++ b/Makefile.libcompat
@@ -45,11 +45,6 @@ _LC_LIBDIRS.${MK_CDDL:tl}+=	cddl/lib
 _LC_LIBDIRS.${MK_CRYPT:tl}+=	secure/lib
 _LC_LIBDIRS.${MK_KERBEROS:tl}+=	kerberos5/lib
 
-_LC_INCDIRS=	\
-		include \
-		lib/ncurses/tinfo \
-		${_LC_LIBDIRS.yes}
-
 .if ${MK_FILE} != "no"
 _libmagic=	lib/libmagic
 .endif



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