]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 24 Apr 2001 08:01:09 +0000 (08:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 24 Apr 2001 08:01:09 +0000 (08:01 +0000)
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).

ChangeLog
po/Makefile
posix/Makefile
sysdeps/ia64/Dist
sysdeps/unix/sysv/linux/sparc/sparc64/Dist

index 6639cb582174356616da72e50a968a686c13cbe6..2a5b5528586f4788b587fe72f802e729f9f97db3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index e88f0e83c141c528390bd38849eb5026307cad92..57230b5190c84d6acfefe881e23d84fe7ff227d9 100644 (file)
@@ -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
index f61c3a27478b929d508aabe004f9dcefa89a55aa..12211fc84b24eccbe03ee58504f8ec2fbefa58fc 100644 (file)
@@ -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                                                                 \
index 3107562b3ff7480558611dd7d4e5b96c8dc62561..25df3b9eba2ef66cb5b2f6f9cf9f403055d874d1 100644 (file)
@@ -2,5 +2,6 @@ _mcount.S
 dl-symaddr.c
 dl-fptr.c
 elf/entry.h
+hp-timing.c
 ieee754.h
 softpipe.h
index b073b3b215fe928b0908c372959e550114e2c1f7..439ed68592dc584d32cf4480e821fc722b1677c8 100644 (file)
@@ -3,3 +3,4 @@ kernel_stat.h
 getcontext.S
 setcontext.S
 sizes.h
+ucontext_i.h
This page took 0.095867 seconds and 5 git commands to generate.