mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
2001-04-24 Ulrich Drepper <drepper@redhat.com> * sysdeps/ia64/Dist: Add hp-timing.c. * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add ucontext_i.h. * posix/Makefile (distribute): Add tst-getconf.sh. * po/Makefile (distribute): Add $(BROKEN_LINGUAS:=.po).
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2001-04-24 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/ia64/Dist: Add hp-timing.c.
|
||||||
|
* sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add ucontext_i.h.
|
||||||
|
* posix/Makefile (distribute): Add tst-getconf.sh.
|
||||||
|
* po/Makefile (distribute): Add $(BROKEN_LINGUAS:=.po).
|
||||||
|
|
||||||
2001-04-23 Ulrich Drepper <drepper@redhat.com>
|
2001-04-23 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* sysdeps/ia64/Makefile [subdir=csu] (sysdep_routines): Add hp-timing.
|
* sysdeps/ia64/Makefile [subdir=csu] (sysdep_routines): Add hp-timing.
|
||||||
|
@ -49,7 +49,8 @@ mo-installed = $(inst_msgcatdir)/%/LC_MESSAGES/$(domainname).mo
|
|||||||
install-others = $(LINGUAS:%=$(mo-installed))
|
install-others = $(LINGUAS:%=$(mo-installed))
|
||||||
|
|
||||||
# Files to distribute: all the source and compiled binary translation files.
|
# Files to distribute: all the source and compiled binary translation files.
|
||||||
distribute = $(ALL_LINGUAS:=.po) $(ALL_LINGUAS:=.mo) libc.pot header.pot
|
distribute = $(ALL_LINGUAS:=.po) $(BROKEN_LINGUAS:=.po) $(ALL_LINGUAS:=.mo) \
|
||||||
|
libc.pot header.pot
|
||||||
|
|
||||||
|
|
||||||
include ../Rules
|
include ../Rules
|
||||||
|
@ -32,7 +32,7 @@ headers := sys/utsname.h sys/times.h sys/wait.h sys/types.h unistd.h \
|
|||||||
distribute := confstr.h TESTS TESTS2C.sed testcases.h \
|
distribute := confstr.h TESTS TESTS2C.sed testcases.h \
|
||||||
PTESTS PTESTS2C.sed ptestcases.h \
|
PTESTS PTESTS2C.sed ptestcases.h \
|
||||||
globtest.c globtest.sh wordexp-tst.sh annexc.c fnmatch_loop.c \
|
globtest.c globtest.sh wordexp-tst.sh annexc.c fnmatch_loop.c \
|
||||||
spawn_int.h
|
spawn_int.h tst-getconf.sh
|
||||||
|
|
||||||
routines := \
|
routines := \
|
||||||
uname \
|
uname \
|
||||||
|
@ -2,5 +2,6 @@ _mcount.S
|
|||||||
dl-symaddr.c
|
dl-symaddr.c
|
||||||
dl-fptr.c
|
dl-fptr.c
|
||||||
elf/entry.h
|
elf/entry.h
|
||||||
|
hp-timing.c
|
||||||
ieee754.h
|
ieee754.h
|
||||||
softpipe.h
|
softpipe.h
|
||||||
|
@ -3,3 +3,4 @@ kernel_stat.h
|
|||||||
getcontext.S
|
getcontext.S
|
||||||
setcontext.S
|
setcontext.S
|
||||||
sizes.h
|
sizes.h
|
||||||
|
ucontext_i.h
|
||||||
|
Reference in New Issue
Block a user