Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Feb 2024 19:54:15 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: d5677b0b8b8a - main - libsys: actually install manpages
Message-ID:  <202402081954.418JsFdw058753@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=d5677b0b8b8a1505edeaafab5606c4f890c1a42d

commit d5677b0b8b8a1505edeaafab5606c4f890c1a42d
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2024-02-08 18:21:56 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-02-08 19:53:29 +0000

    libsys: actually install manpages
    
    In initial hacking I'd bluntly disabled manpage installation in libsys,
    then later disabled them for libc, but forgot to fix the former leading
    to no syscall manapages.
    
    PR:             276887
    Reported by:    Martin Birgmeier <d8zNeCFG@aon.at>
---
 lib/libsys/Makefile | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/lib/libsys/Makefile b/lib/libsys/Makefile
index b51f44025748..897e033267a4 100644
--- a/lib/libsys/Makefile
+++ b/lib/libsys/Makefile
@@ -69,12 +69,4 @@ SRCS+=_umtx_op_err.c
 VERSION_DEF=${LIBC_SRCTOP}/Versions.def
 SYMBOL_MAPS=${SYM_MAPS}
 
-# XXX: let libc install the manpages for now
-MAN=
-MLINKS=
-
-# XXX: move sys tests?
-#HAS_TESTS=
-#SUBDIR.${MK_TESTS}+= tests
-
 .include <bsd.lib.mk>



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