git: remove mklocale(1) from base

John Marino marino at crater.dragonflybsd.org
Sat Aug 8 15:39:28 PDT 2015


commit f9bcea7ea3c0ddf6cdf4cbce78764cef60adac30
Author: John Marino <draco at marino.st>
Date:   Sun Aug 9 00:38:11 2015 +0200

    remove mklocale(1) from base
    
    This was replaced by localedef.  I removed it from the bootstrap, but
    it was still building in stage 4.  It should have been removed entirely.

Summary of changes:
 usr.bin/Makefile            |   1 -
 usr.bin/mklocale/Makefile   |   8 -
 usr.bin/mklocale/extern.h   |  58 ---
 usr.bin/mklocale/ldef.h     |  53 ---
 usr.bin/mklocale/lex.l      | 169 ---------
 usr.bin/mklocale/mklocale.1 | 303 ----------------
 usr.bin/mklocale/yacc.y     | 861 --------------------------------------------
 7 files changed, 1453 deletions(-)
 delete mode 100644 usr.bin/mklocale/Makefile
 delete mode 100644 usr.bin/mklocale/extern.h
 delete mode 100644 usr.bin/mklocale/ldef.h
 delete mode 100644 usr.bin/mklocale/lex.l
 delete mode 100644 usr.bin/mklocale/mklocale.1
 delete mode 100644 usr.bin/mklocale/yacc.y

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f9bcea7ea3c0ddf6cdf4cbce78764cef60adac30


-- 
DragonFly BSD source repository



More information about the Commits mailing list