Page MenuHomeFreeBSD

cleanup locale tools
ClosedPublic

Authored by yuripv on Nov 6 2018, 1:31 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 8, 12:47 PM
Unknown Object (File)
Tue, Nov 4, 5:03 PM
Unknown Object (File)
Tue, Nov 4, 5:03 PM
Unknown Object (File)
Tue, Nov 4, 5:03 PM
Unknown Object (File)
Tue, Nov 4, 5:03 PM
Unknown Object (File)
Tue, Nov 4, 5:02 PM
Unknown Object (File)
Wed, Oct 29, 11:39 PM
Unknown Object (File)
Thu, Oct 23, 5:45 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 Skipped
Unit
Tests Skipped

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.