Page MenuHomeFreeBSD

cleanup locale tools
ClosedPublic

Authored by yuripv on Nov 6 2018, 1:31 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 11, 12:42 AM
Unknown Object (File)
Tue, Sep 30, 12:01 AM
Unknown Object (File)
Fri, Sep 26, 1:27 AM
Unknown Object (File)
Sep 13 2025, 11:27 PM
Unknown Object (File)
Aug 28 2025, 9:56 PM
Unknown Object (File)
Aug 17 2025, 6:09 AM
Unknown Object (File)
Aug 12 2025, 10:11 PM
Unknown Object (File)
Aug 6 2025, 5:59 AM
Subscribers

Details

Summary

Separate cleanup from ctype review, namely:

  • Simplify the source dir specification, and update README appropriately
  • Drop the LC (doonly) processing, it's broken, and even if fixed, not really useful
  • Don't remove the target directories while installing new data as it removes Makefile.depend which we don't manage; only rm the files we are going to add/replace/delete instead
  • Restrict adding bsd.endian.mk to colldef and ctypedef Makefiles, it's not needed in other (text-only) categories
  • GC unused scripts; they don't seem to be particularly helpful standalone as well
Test Plan

Running make POSIX; make; make install doesn't generate any changes to directories in share/ (no functional change).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

yuripv edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Nov 6 2018, 2:50 PM
This revision was automatically updated to reflect the committed changes.