mirror of git://sourceware.org/git/glibc.git
Update.
* catgets/Makefile ($(objpfx)de.msg): Run sed in C locale.
This commit is contained in:
parent
a658675d7b
commit
29f68d607a
|
@ -1,5 +1,7 @@
|
||||||
2004-01-20 Ulrich Drepper <drepper@redhat.com>
|
2004-01-20 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* catgets/Makefile ($(objpfx)de.msg): Run sed in C locale.
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/readahead.c (__readahead): Use off64_t
|
* sysdeps/unix/sysv/linux/readahead.c (__readahead): Use off64_t
|
||||||
instead of loff_t. Include <fcntl.h>.
|
instead of loff_t. Include <fcntl.h>.
|
||||||
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add readahead prototype.
|
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add readahead prototype.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 1996-2000, 2002, 2003 Free Software Foundation, Inc.
|
# Copyright (C) 1996-2000, 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||||
# This file is part of the GNU C Library.
|
# This file is part of the GNU C Library.
|
||||||
|
|
||||||
# The GNU C Library is free software; you can redistribute it and/or
|
# The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -74,7 +74,7 @@ $(objpfx)tst-catgets.out: $(objpfx)de/libc.cat
|
||||||
|
|
||||||
# Generate a non-simple input file.
|
# Generate a non-simple input file.
|
||||||
$(objpfx)de.msg: $(..)po/de.po
|
$(objpfx)de.msg: $(..)po/de.po
|
||||||
sed -f xopen-msg.sed $< > $@
|
LC_ALL=C sed -f xopen-msg.sed $< > $@
|
||||||
|
|
||||||
$(objpfx)test-gencat.out: test-gencat.sh $(objpfx)test-gencat \
|
$(objpfx)test-gencat.out: test-gencat.sh $(objpfx)test-gencat \
|
||||||
$(objpfx)sample.SJIS.cat
|
$(objpfx)sample.SJIS.cat
|
||||||
|
|
Loading…
Reference in New Issue