Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Feb 2024 20:38:27 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: 8f529310bd09 - main - libc: libc/sys/Makefile.inc -> libsys/Makefile.sys
Message-ID:  <202402052038.415KcRKv068940@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=8f529310bd09c064d5d69740f03c6fe6f12650a3

commit 8f529310bd09c064d5d69740f03c6fe6f12650a3
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-11-14 20:19:10 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-02-05 20:34:55 +0000

    libc: libc/sys/Makefile.inc -> libsys/Makefile.sys
    
    Reviewed by:    kib, emaste, imp
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/908
---
 lib/libc/Makefile                                  | 2 +-
 lib/{libc/sys/Makefile.inc => libsys/Makefile.sys} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index f96dddbf99f6..2662d8b6aad0 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -114,7 +114,7 @@ NOASM=
 .include "${LIBC_SRCTOP}/stdlib/Makefile.inc"
 .include "${LIBC_SRCTOP}/stdtime/Makefile.inc"
 .include "${LIBC_SRCTOP}/string/Makefile.inc"
-.include "${LIBC_SRCTOP}/sys/Makefile.inc"
+.include "${LIBSYS_SRCTOP}/Makefile.sys"
 .include "${LIBC_SRCTOP}/secure/Makefile.inc"
 .include "${LIBC_SRCTOP}/rpc/Makefile.inc"
 .include "${LIBC_SRCTOP}/uuid/Makefile.inc"
diff --git a/lib/libc/sys/Makefile.inc b/lib/libsys/Makefile.sys
similarity index 100%
rename from lib/libc/sys/Makefile.inc
rename to lib/libsys/Makefile.sys



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