summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-24 08:01:09 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-24 08:01:09 +0000
commit9c83a5ec79f7b900a26a49962406899b1710d165 (patch)
tree07fa57a9d14c643e0b67f0fc8f7fe594f00187dc
parent44c51e9ab074bada216c5fcbc5e48d06ee24b80f (diff)
downloadglibc-9c83a5ec79f7b900a26a49962406899b1710d165.tar.gz
glibc-9c83a5ec79f7b900a26a49962406899b1710d165.tar.xz
glibc-9c83a5ec79f7b900a26a49962406899b1710d165.zip
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).
-rw-r--r--ChangeLog7
-rw-r--r--po/Makefile3
-rw-r--r--posix/Makefile4
-rw-r--r--sysdeps/ia64/Dist1
-rw-r--r--sysdeps/unix/sysv/linux/sparc/sparc64/Dist1
5 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6639cb5821..2a5b552858 100644
--- 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.
diff --git a/po/Makefile b/po/Makefile
index e88f0e83c1..57230b5190 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -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
diff --git a/posix/Makefile b/posix/Makefile
index f61c3a2747..12211fc84b 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -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								      \
diff --git a/sysdeps/ia64/Dist b/sysdeps/ia64/Dist
index 3107562b3f..25df3b9eba 100644
--- a/sysdeps/ia64/Dist
+++ b/sysdeps/ia64/Dist
@@ -2,5 +2,6 @@ _mcount.S
 dl-symaddr.c
 dl-fptr.c
 elf/entry.h
+hp-timing.c
 ieee754.h
 softpipe.h
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/Dist b/sysdeps/unix/sysv/linux/sparc/sparc64/Dist
index b073b3b215..439ed68592 100644
--- a/sysdeps/unix/sysv/linux/sparc/sparc64/Dist
+++ b/sysdeps/unix/sysv/linux/sparc/sparc64/Dist
@@ -3,3 +3,4 @@ kernel_stat.h
 getcontext.S
 setcontext.S
 sizes.h
+ucontext_i.h