This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add --no-hard-links option to localedef (Bug 23923)


* Carlos O'Donell:

> +	[BZ #23923]
> +	* locale/programs/localedef.c: Declare boolean hard_links default true.
> +	(options): Add --no-hard-links option.
> +	(parse_opt): Add OPT_NO_HARD_LINKS case and set hard_links to false.
> +	* locale/programs/localedef.h: Declare prototype for hard_links.
> +	* locale/programs/locfile.c (write_locale_data): Don't use hard
> +	links if hard_links is false.

Looks reasonable to me.

This will need a makefile update, so that we can use this from “make
install-locales”.

Thanks,
Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]