Bug #842
closedsrc/lib/Makefile has libc_i18n vestiges
100%
Description
lib/Makefile has several $(CLOSED_BUILD)-protected references to libc_i18n. They should be removed.
Updated by Garrett D'Amore about 12 years ago
Note also that there are other references to libc_i18n.a which must be purged.. mkclosed.sh's sole purpose at present is handling this file, which is no longer needed, so it must be purged.
Updated by Rich Lowe about 12 years ago
Garrett D'Amore wrote:
Note also that there are other references to libc_i18n.a which must be purged.. mkclosed.sh's sole purpose at present is handling this file, which is no longer needed, so it must be purged.
Sure, but then you need to remove nightly -O (its consumer), too, and this becomes much more work.
Updated by Garrett D'Amore about 12 years ago
Actually, I can remove just the part of nightly that calls it, which is -S O. Its not that much work. Nightly is itself in need of a major overhaul ... it does a bunch of things that have nothing to do with illumos.
Updated by Garrett D'Amore about 12 years ago
Here's the webrev for the resulting changes (which I've tested):
Updated by Garrett D'Amore about 12 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Resolved in:
changeset: 13325:ab46f88a2660
tag: tip
user: Garrett D'Amore <garrett@nexenta.com>
date: Tue Apr 05 09:31:14 2011 -0700
description:
842 src/lib/Makefile has libc_i18n vestiges
Reviewed by: Rich Lowe <richlowe@richlowe.net>
Reviewed by: Albert Lee <trisk@nexenta.com>
Approved by: Gordon Ross <gwr@nexenta.com>