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] localedef: Add --localedir and --archive-file options (Bug 19130)


"Carlos O'Donell" <carlos@redhat.com> writes:

> On 10/22/2015 03:57 AM, Andreas Schwab wrote:
>> "Carlos O'Donell" <carlos@redhat.com> writes:
>> 
>>> diff --git a/Makeconfig b/Makeconfig
>>> index 1dc522c..4e585ce 100644
>>> --- a/Makeconfig
>>> +++ b/Makeconfig
>>> @@ -190,11 +190,11 @@ zonedir = $(datadir)/zoneinfo
>>>  endif
>>>  inst_zonedir = $(install_root)$(zonedir)
>>>  
>>> -# Where to install the locale files.
>>> -ifndef localedir
>>> -localedir = $(libdir)/locale
>>> +# Where to install the binary locale archive and binary locale files.
>>> +ifndef locale_archive_dir
>> 
>> Why "archive"?  It doesn't store only the archive.
>
> How about:
>
> $(locbindir)

Please don't abbreviate locale.  Otherwise ok with me.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


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