mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +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
|
||||||
|
@ -23,7 +23,7 @@ subdir := posix
|
|||||||
|
|
||||||
headers := sys/utsname.h sys/times.h sys/wait.h sys/types.h unistd.h \
|
headers := sys/utsname.h sys/times.h sys/wait.h sys/types.h unistd.h \
|
||||||
glob.h regex.h wordexp.h fnmatch.h bits/types.h getopt.h \
|
glob.h regex.h wordexp.h fnmatch.h bits/types.h getopt.h \
|
||||||
bits/posix1_lim.h bits/posix2_lim.h bits/posix_opt.h \
|
bits/posix1_lim.h bits/posix2_lim.h bits/posix_opt.h \
|
||||||
bits/local_lim.h tar.h bits/utsname.h bits/confname.h \
|
bits/local_lim.h tar.h bits/utsname.h bits/confname.h \
|
||||||
bits/waitflags.h bits/waitstatus.h sys/unistd.h sched.h \
|
bits/waitflags.h bits/waitstatus.h sys/unistd.h sched.h \
|
||||||
bits/sched.h re_comp.h wait.h bits/environments.h cpio.h \
|
bits/sched.h re_comp.h wait.h bits/environments.h cpio.h \
|
||||||
@ -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