git: libc: Remove libc checks around manual pages from the Makefile.inc's.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Jan 29 15:22:04 PST 2022


commit 3e885352a905b03568657b5b5429fd90e95c9c1a
Author: Sascha Wildner <saw at online.de>
Date:   Sun Jan 30 00:15:08 2022 +0100

    libc: Remove libc checks around manual pages from the Makefile.inc's.
    
    Handle this better by setting NOMAN for libc_rtld.

Summary of changes:
 lib/libc/compat-43/Makefile.inc | 2 --
 lib/libc/db/man/Makefile.inc    | 2 --
 lib/libc/gen/Makefile.inc       | 2 --
 lib/libc/gmon/Makefile.inc      | 2 --
 lib/libc/iconv/Makefile.inc     | 2 --
 lib/libc/inet/Makefile.inc      | 2 --
 lib/libc/locale/Makefile.inc    | 2 --
 lib/libc/net/Makefile.inc       | 2 --
 lib/libc/nls/Makefile.inc       | 2 +-
 lib/libc/rpc/Makefile.inc       | 3 ---
 lib/libc/stdio/Makefile.inc     | 3 ---
 lib/libc/stdlib/Makefile.inc    | 2 --
 lib/libc/stdtime/Makefile.inc   | 2 --
 lib/libc/string/Makefile.inc    | 2 --
 lib/libc/sys/Makefile.inc       | 2 --
 lib/libc/tre-regex/Makefile.inc | 3 ++-
 lib/libc/uuid/Makefile.inc      | 2 --
 lib/libc/xdr/Makefile.inc       | 2 --
 lib/libc/yp/Makefile.inc        | 2 --
 lib/libc_rtld/Makefile          | 1 +
 20 files changed, 4 insertions(+), 38 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3e885352a905b03568657b5b5429fd90e95c9c1a


-- 
DragonFly BSD source repository


More information about the Commits mailing list