mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08: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:
parent
44c51e9ab0
commit
9c83a5ec79
@ -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>
|
||||
|
||||
* 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))
|
||||
|
||||
# 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
|
||||
|
@ -23,7 +23,7 @@ subdir := posix
|
||||
|
||||
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 \
|
||||
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/waitflags.h bits/waitstatus.h sys/unistd.h sched.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 \
|
||||
PTESTS PTESTS2C.sed ptestcases.h \
|
||||
globtest.c globtest.sh wordexp-tst.sh annexc.c fnmatch_loop.c \
|
||||
spawn_int.h
|
||||
spawn_int.h tst-getconf.sh
|
||||
|
||||
routines := \
|
||||
uname \
|
||||
|
@ -2,5 +2,6 @@ _mcount.S
|
||||
dl-symaddr.c
|
||||
dl-fptr.c
|
||||
elf/entry.h
|
||||
hp-timing.c
|
||||
ieee754.h
|
||||
softpipe.h
|
||||
|
@ -3,3 +3,4 @@ kernel_stat.h
|
||||
getcontext.S
|
||||
setcontext.S
|
||||
sizes.h
|
||||
ucontext_i.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user