git: collate 4/4: Remove colldef(1) tool from base (swap bootstrap)

John Marino marino at crater.dragonflybsd.org
Tue Jul 28 16:42:04 PDT 2015


commit 3e6687276bc945b58a85a6dad82247454fc4dad2
Author: John Marino <draco at marino.st>
Date:   Tue Jul 28 21:51:54 2015 +0200

    collate 4/4: Remove colldef(1) tool from base (swap bootstrap)
    
    It cannot read the new input files and it generates v1.2 LC_COLLATE which
    libc can no longer read.  There is no use left for colldef(1).
    
    Colldef was tool required for bootstrap, so replace it with localedef.
    The share/colldef makefile must be what requires this built.

Summary of changes:
 Makefile.inc1               |   2 +-
 usr.bin/colldef/Makefile    |  12 --
 usr.bin/colldef/colldef.1   | 272 -------------------------------
 usr.bin/colldef/common.h    |  11 --
 usr.bin/colldef/parse.y     | 383 --------------------------------------------
 usr.bin/colldef/scan.l      | 287 ---------------------------------
 usr.bin/mklocale/mklocale.1 |   1 -
 7 files changed, 1 insertion(+), 967 deletions(-)
 delete mode 100644 usr.bin/colldef/Makefile
 delete mode 100644 usr.bin/colldef/colldef.1
 delete mode 100644 usr.bin/colldef/common.h
 delete mode 100644 usr.bin/colldef/parse.y
 delete mode 100644 usr.bin/colldef/scan.l

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list