git: libc: Move to a format for specifying MLINKS that's less hard on the eyes.

Sascha Wildner swildner at crater.dragonflybsd.org
Tue Apr 10 00:20:09 PDT 2018


commit 036437775cc1e1b6f0f91476b39672c640f60460
Author: Sascha Wildner <saw at online.de>
Date:   Tue Apr 10 09:19:48 2018 +0200

    libc: Move to a format for specifying MLINKS that's less hard on the eyes.
    
    We do it like this in other places of the tree already and will eventually
    move to this everywhere.

Summary of changes:
 lib/libc/gen/Makefile.inc       | 236 +++++++++++++++++++++++++-----------
 lib/libc/iconv/Makefile.inc     |  11 +-
 lib/libc/locale/Makefile.inc    | 118 ++++++++++++------
 lib/libc/net/Makefile.inc       | 110 +++++++++++------
 lib/libc/rpc/Makefile.inc       | 257 ++++++++++++++++++++--------------------
 lib/libc/stdio/Makefile.inc     | 135 ++++++++++++++-------
 lib/libc/stdlib/Makefile.inc    |  61 +++++++---
 lib/libc/stdtime/Makefile.inc   |  14 ++-
 lib/libc/string/Makefile.inc    |  12 +-
 lib/libc/sys/Makefile.inc       |  67 ++++++++---
 lib/libc/tre-regex/Makefile.inc |  14 +--
 lib/libc/uuid/Makefile.inc      |  31 ++---
 lib/libc/xdr/Makefile.inc       |  94 +++++++--------
 lib/libc/yp/Makefile.inc        |   6 +-
 14 files changed, 736 insertions(+), 430 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/036437775cc1e1b6f0f91476b39672c640f60460


-- 
DragonFly BSD source repository


More information about the Commits mailing list