Page MenuHomeFreeBSD

cleanup locale tools
ClosedPublic

Authored by yuripv on Nov 6 2018, 1:31 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 15 2024, 9:06 AM
Unknown Object (File)
Dec 28 2023, 11:39 PM
Unknown Object (File)
Dec 20 2023, 4:44 AM
Unknown Object (File)
Nov 26 2023, 4:09 PM
Unknown Object (File)
Nov 11 2023, 11:42 AM
Unknown Object (File)
Nov 6 2023, 7:40 PM
Unknown Object (File)
Oct 10 2023, 10:44 AM
Unknown Object (File)
Oct 5 2023, 6:47 PM
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.