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] | |
On Thu, Mar 26, 2015 at 02:31:29PM +0100, Leonhard Holz wrote:
> This implies that the file list outdates over time. Is this ok?
Sure, we don;t really care about that, do we? If you do, then just
regenerate the file in the make target by simply doing:
ls > strcoll-inputs/en_US-tmp
mv strcoll-inputs/en_US{-tmp,}
and maintain strcoll-inputs/C as a symlink to strcoll-inputs/en_US.
> I18NPATH has to point to glibc/localedata and common_objpfx points to the
> build directory. So I18NPATH=${common_objpfx}localedata should not work.
Then you're looking for $(srcdir) (after you set it to @srcdir@ I
think) and not $(common_objpfx). Actually since you're in benchtests/
when you're running this, you can just set it as ../localedata,
i.e. without the $(common_objpfx).
Siddhesh
Attachment:
pgpIxH87sYug8.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |